Hoping some of you are already using buildr in your workflow. My question is, how do you resolve ranged maven dependencies that are transitive? Let me give you an example:
a-group:an-id:jar:a-version
say this depends on another dependency that is defined in ranges:
another-group:another-id:jar:[2.0.0,3.0.0)
It seems like buildr cannot resolve this. For instance I keep getting errors like this in my build:
RuntimeError : Failed to download com.fasterxml.jackson.core:jackson-annotations:jar:
[2.0.0,3.0.0), tried the following repositories: http://central.maven.org/maven2/