Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.10-SNAPSHOT
-
None
-
None
Description
currently the poms use lots of different versions of one and the same artifact. To overcome this problem we just need to add a <dependencyManagement> section and define the versions there. The other poms then reference the artifact without a version.
I've also seen that we sometimes use very old versions of JSR specs. They should get upgraded to the very latest build of the specific spec.