I am trying to get a legacy play framework application running that depends on deadbolt.
The dependency in question is listed as follows in dependencies.yml:
- play -> deadbolt 1.5.4
When I run:
play dependencies --sync
It is not able to locate the dependency.
It's listed at a different location in Maven:
However I wasn't able to resolve the dependency by editing dependencies.yml to point to what seems to be the current location.
I have since figured this out:
The dependency loads.