This is an automated email from the ASF dual-hosted git repository.
tkobayas pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new 4cd44dc8ee [incubator-kie-issues#1441] Clean kogito-pmml-dependencies
(#3630)
4cd44dc8ee is described below
commit 4cd44dc8ee3d32759e5935c7c483168b06fbc1d0
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Fri Aug 23 09:07:48 2024 +0200
[incubator-kie-issues#1441] Clean kogito-pmml-dependencies (#3630)
Co-authored-by: Gabriele-Cardosi <[email protected]>
---
drools/kogito-pmml-dependencies/pom.xml | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/drools/kogito-pmml-dependencies/pom.xml
b/drools/kogito-pmml-dependencies/pom.xml
index 0d1f91a289..d75f0a1484 100644
--- a/drools/kogito-pmml-dependencies/pom.xml
+++ b/drools/kogito-pmml-dependencies/pom.xml
@@ -59,33 +59,33 @@
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependencies</artifactId>
<exclusions>
+ <!-- Drools models -->
<!-- Tree -->
<exclusion>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-tree-model</artifactId>
+ <artifactId>kie-pmml-models-drools-tree-model</artifactId>
</exclusion>
<exclusion>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-tree-compiler</artifactId>
+ <artifactId>kie-pmml-models-drools-tree-compiler</artifactId>
</exclusion>
<exclusion>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-tree-evaluator</artifactId>
+ <artifactId>kie-pmml-models-drools-tree-evaluator</artifactId>
</exclusion>
<!-- Scorecard -->
<exclusion>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-scorecard-model</artifactId>
+ <artifactId>kie-pmml-models-drools-scorecard-model</artifactId>
</exclusion>
<exclusion>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-scorecard-compiler</artifactId>
+ <artifactId>kie-pmml-models-drools-scorecard-compiler</artifactId>
</exclusion>
<exclusion>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-scorecard-evaluator</artifactId>
+ <artifactId>kie-pmml-models-drools-scorecard-evaluator</artifactId>
</exclusion>
-
<exclusion>
<groupId>org.drools</groupId>
<artifactId>drools-mvel</artifactId>
@@ -120,32 +120,31 @@
</exclusion>
</exclusions>
</dependency>
- <!-- Drools models -->
<!-- Tree -->
<dependency>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-drools-tree-model</artifactId>
+ <artifactId>kie-pmml-models-tree-model</artifactId>
</dependency>
<dependency>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-drools-tree-compiler</artifactId>
+ <artifactId>kie-pmml-models-tree-compiler</artifactId>
</dependency>
<dependency>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-drools-tree-evaluator</artifactId>
+ <artifactId>kie-pmml-models-tree-evaluator</artifactId>
</dependency>
<!-- Scorecard -->
<dependency>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-drools-scorecard-model</artifactId>
+ <artifactId>kie-pmml-models-scorecard-model</artifactId>
</dependency>
<dependency>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-drools-scorecard-compiler</artifactId>
+ <artifactId>kie-pmml-models-scorecard-compiler</artifactId>
</dependency>
<dependency>
<groupId>org.kie</groupId>
- <artifactId>kie-pmml-models-drools-scorecard-evaluator</artifactId>
+ <artifactId>kie-pmml-models-scorecard-evaluator</artifactId>
</dependency>
</dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]