-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
Create a maven "pom" module that defines all the kie-pmml-new dependencies.
Such module should import kie-pmml-bom (for dependencyManagement) and declare all the kie-pmml-trusty modules.
Then, client module would just need to declare such pom as dependency (with "pom" type)
e.g.
<dependencies>
...
<dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependencies</artifactId>
<type>pom</type>
</dependency>
</dependency>
</dependencies>