Has anyone ran into issues with the Repository ann...
# scripting
j
Has anyone ran into issues with the Repository annotation, MavenDependencyResolver, Aether and dependencies declaring a greater than version (1.2.+)? I noticed that when the underlying Aether parts I modify the collected dependencies I can fix my issue by using the debugger to fix the version (i.e. 1.2.0). Curious if Aether can be configured to match this semantic versioning pattern?
p
Not quite sure I get the problem, but FWIW, Aether should support Maven-style version ranges: https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html
gratitude thank you 1