This is an automated email from the ASF dual-hosted git repository.
gitgabrio pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 5e20ad7fda [incubator-kie-issues#2325] Change type of
kie-pmml-dependencies to pom (#6732)
5e20ad7fda is described below
commit 5e20ad7fda4f3d1708c9f956f73bd2e2cc8dee65
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Thu May 28 09:03:14 2026 +0000
[incubator-kie-issues#2325] Change type of kie-pmml-dependencies to pom
(#6732)
* [kie_pmml_dependencies_packaging] Changing packaging/type of
kie-pmml-dependencies to pom
* [kie_pmml_dependencies_packaging] Changing packaging/type of
kie-pmml-dependencies to pom
---------
Co-authored-by: Gabriele-Cardosi <[email protected]>
---
bom/kie-pmml-bom/pom.xml | 1 +
build-parent/pom.xml | 1 +
.../drools-scenario-simulation-integrationtest/pom.xml | 1 +
kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests-trusty/pom.xml | 1 +
kie-maven-plugin/pom.xml | 1 +
kie-maven-plugin/src/it/kie-maven-plugin-test-kjar-12/pom.xml | 1 +
kie-pmml-trusty/kie-pmml-dependencies/pom.xml | 4 ++--
7 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/bom/kie-pmml-bom/pom.xml b/bom/kie-pmml-bom/pom.xml
index 775383b073..4a8361249b 100644
--- a/bom/kie-pmml-bom/pom.xml
+++ b/bom/kie-pmml-bom/pom.xml
@@ -583,6 +583,7 @@
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependencies</artifactId>
+ <type>pom</type>
<version>${project.version}</version>
</dependency>
<!-- EXTERNAL -->
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 12fea6d306..a4306b3928 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -180,6 +180,7 @@
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependencies</artifactId>
+ <type>pom</type>
<version>${project.version}</version>
</dependency>
diff --git
a/drools-scenario-simulation/drools-scenario-simulation-integrationtest/pom.xml
b/drools-scenario-simulation/drools-scenario-simulation-integrationtest/pom.xml
index bcca81c615..5998160a08 100644
---
a/drools-scenario-simulation/drools-scenario-simulation-integrationtest/pom.xml
+++
b/drools-scenario-simulation/drools-scenario-simulation-integrationtest/pom.xml
@@ -55,6 +55,7 @@
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependencies</artifactId>
+ <type>pom</type>
<exclusions>
<!-- Tree -->
<exclusion>
diff --git
a/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests-trusty/pom.xml
b/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests-trusty/pom.xml
index 34999972f8..3031f4fdc5 100644
--- a/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests-trusty/pom.xml
+++ b/kie-dmn/kie-dmn-pmml-tests-parent/kie-dmn-pmml-tests-trusty/pom.xml
@@ -57,6 +57,7 @@
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependencies</artifactId>
+ <type>pom</type>
<scope>test</scope>
<exclusions>
<!-- Tree -->
diff --git a/kie-maven-plugin/pom.xml b/kie-maven-plugin/pom.xml
index 06a38e38fc..fd1c5e2686 100644
--- a/kie-maven-plugin/pom.xml
+++ b/kie-maven-plugin/pom.xml
@@ -319,6 +319,7 @@
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependencies</artifactId>
+ <type>pom</type>
<scope>test</scope>
</dependency>
diff --git a/kie-maven-plugin/src/it/kie-maven-plugin-test-kjar-12/pom.xml
b/kie-maven-plugin/src/it/kie-maven-plugin-test-kjar-12/pom.xml
index 81496600c5..a74c4b5f0c 100644
--- a/kie-maven-plugin/src/it/kie-maven-plugin-test-kjar-12/pom.xml
+++ b/kie-maven-plugin/src/it/kie-maven-plugin-test-kjar-12/pom.xml
@@ -48,6 +48,7 @@
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-dependencies</artifactId>
+ <type>pom</type>
<version>@org.kie.version@</version>
<scope>provided</scope>
</dependency>
diff --git a/kie-pmml-trusty/kie-pmml-dependencies/pom.xml
b/kie-pmml-trusty/kie-pmml-dependencies/pom.xml
index 6a5189bb16..3666fcc081 100644
--- a/kie-pmml-trusty/kie-pmml-dependencies/pom.xml
+++ b/kie-pmml-trusty/kie-pmml-dependencies/pom.xml
@@ -22,15 +22,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.kie</groupId>
<artifactId>kie-pmml-trusty</artifactId>
<version>999-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
<artifactId>kie-pmml-dependencies</artifactId>
- <packaging>jar</packaging>
+ <packaging>pom</packaging>
<name>KIE :: PMML :: Dependencies</name>
<description>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]