[jboss-jira] [JBoss JIRA] (DROOLS-5435) Create kie-pmml-new dependencies pom
Gabriele Cardosi (Jira)
issues at jboss.org
Tue Jun 16 05:59:01 EDT 2020
Gabriele Cardosi created DROOLS-5435:
----------------------------------------
Summary: Create kie-pmml-new dependencies pom
Key: DROOLS-5435
URL: https://issues.redhat.com/browse/DROOLS-5435
Project: Drools
Issue Type: Task
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
Create a maven "pom" module that defines all the kie-pmml-new dependencies.
Suche module should import kie-pmml-bom (for dependencyManagement) and declare all the kie-pmml-new 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-dependenciesi</artifactId>
<type>pom</type>
</dependency>
</dependency>
</dependencies>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list