Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Right now we are using versions of libraries by explicitly importing versions. This usually can cause problems as soon as the project grows. Therefore we should define the versions of outside dependencies in the root poms dependency management section. Alternatively it might be an option to define the java-releated dependencies in the plc4j module and the C/C++ version in plc4c.
The artifact versions themselves should stay hard coded as the maven-release-plugin is taking care of this.