Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Some of the module pom files reference optiq-core and optiq-avatica with a version string, and this causes problems resolving dependencies.
The fix is to put version strings in one and only one place. That place is the root pom. Use the dependencyManagement section in the root pom, declaring the versions of all dependencies. Similarly, use a pluginManagement section to contain plugin versions.
In the sub-poms, dependencies and plugins must not have version strings.
To help merging, all lists of dependencies and plugins must be sorted by groupId, artifactId.