[jboss-jira] [JBoss JIRA] (DROOLS-5435) Create kie-pmml-trusty dependencies pom
Gabriele Cardosi (Jira)
issues at jboss.org
Mon Jun 22 08:44:39 EDT 2020
[ https://issues.redhat.com/browse/DROOLS-5435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gabriele Cardosi updated DROOLS-5435:
-------------------------------------
Description:
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>
was:
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-dependenciesi</artifactId>
<type>pom</type>
</dependency>
</dependency>
</dependencies>
> 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>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list