This is an automated email from the ASF dual-hosted git repository.
tkobayas pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new a666ca6133 Remove unused profiles to avoid enforcer no-managed-deps
errors (#6106)
a666ca6133 is described below
commit a666ca6133f012ed84de4f40c1a23e1cc50b28e1
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Tue Oct 1 18:45:12 2024 +0900
Remove unused profiles to avoid enforcer no-managed-deps errors (#6106)
---
kie-dmn/kie-dmn-core-jsr223/pom.xml | 21 +++++----------------
.../kie-dmn-pmml-tests-trusty/pom.xml | 20 +++++---------------
.../kie-pmml-compiler/kie-pmml-compiler-api/pom.xml | 20 ++++----------------
3 files changed, 14 insertions(+), 47 deletions(-)
diff --git a/kie-dmn/kie-dmn-core-jsr223/pom.xml
b/kie-dmn/kie-dmn-core-jsr223/pom.xml
index d30eb8e796..fe95bd3345 100644
--- a/kie-dmn/kie-dmn-core-jsr223/pom.xml
+++ b/kie-dmn/kie-dmn-core-jsr223/pom.xml
@@ -112,21 +112,10 @@
<artifactId>kie-dmn-core-jsr223-jq</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.openjdk.nashorn</groupId>
+ <artifactId>nashorn-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
- <profiles>
- <profile>
- <!-- prepare for JDK15 and JDK17+ -->
- <id>add-jdk15plus-dependencies</id>
- <activation>
- <jdk>[15,)</jdk>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.openjdk.nashorn</groupId>
- <artifactId>nashorn-core</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
</project>
\ No newline at end of file
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 0068619a1f..071c35b4c1 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
@@ -152,6 +152,11 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ </dependency>
+
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-dmn-validation</artifactId>
@@ -188,19 +193,4 @@
</plugin>
</plugins>
</build>
-
- <profiles>
- <profile>
- <id>jdk11</id>
- <activation>
- <jdk>[11,)</jdk>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.glassfish.jaxb</groupId>
- <artifactId>jaxb-runtime</artifactId>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
</project>
diff --git a/kie-pmml-trusty/kie-pmml-compiler/kie-pmml-compiler-api/pom.xml
b/kie-pmml-trusty/kie-pmml-compiler/kie-pmml-compiler-api/pom.xml
index cffbdfe9fe..bec35a81f9 100644
--- a/kie-pmml-trusty/kie-pmml-compiler/kie-pmml-compiler-api/pom.xml
+++ b/kie-pmml-trusty/kie-pmml-compiler/kie-pmml-compiler-api/pom.xml
@@ -53,6 +53,10 @@
<groupId>org.jpmml</groupId>
<artifactId>pmml-model</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ </dependency>
<!-- TEST -->
<dependency>
<groupId>org.kie</groupId>
@@ -74,20 +78,4 @@
</exclusions>
</dependency>
</dependencies>
-
- <profiles>
- <profile>
- <id>java11-pmml</id>
- <activation>
- <jdk>[11,)</jdk>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.glassfish.jaxb</groupId>
- <artifactId>jaxb-runtime</artifactId>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
-
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]