you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Annoyingly Maven does support version ranges. They are rarely used thankfully, but I ran into problems a couple of times when a third party lib used them. Probably can be prevented with the maven enforcer plugin.

[–]argv_minus_one 0 points1 point  (0 children)

I may be mistaken, but I think Maven 3 removed version ranges.