]
Gabriele Cardosi updated DROOLS-5435:
-------------------------------------
Git Pull Request:
Create kie-pmml-trusty dependencies pom
---------------------------------------
Key: DROOLS-5435
URL:
https://issues.redhat.com/browse/DROOLS-5435
Project: Drools
Issue Type: Task
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
Priority: Major
Labels: TrustyAI
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>