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-drools.git
The following commit(s) were added to refs/heads/main by this push:
new c678262180 [incubator-kie-drools-6400] Remove redundant drools-mvel
dependency (#6401)
c678262180 is described below
commit c678262180e2e1d5a7fa951721e5749db25923b4
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Wed Jul 16 15:31:26 2025 +0900
[incubator-kie-drools-6400] Remove redundant drools-mvel dependency (#6401)
* [incubator-kie-drools-6400] Remove redundant drools-mvel dependency
* add drools-mvel as test scope if needed
---
drools-serialization-protobuf/pom.xml | 4 ----
drools-test-coverage/standalone/kie-ci-with-domain/tests/pom.xml | 5 +++++
drools-test-coverage/standalone/kie-ci-without-domain/tests/pom.xml | 5 +++++
kie-ci/pom.xml | 1 +
kie-dmn/kie-dmn-core/pom.xml | 5 +++++
5 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/drools-serialization-protobuf/pom.xml
b/drools-serialization-protobuf/pom.xml
index 5c2c4611fc..79bdbb6221 100644
--- a/drools-serialization-protobuf/pom.xml
+++ b/drools-serialization-protobuf/pom.xml
@@ -49,10 +49,6 @@
<groupId>org.drools</groupId>
<artifactId>drools-compiler</artifactId>
</dependency>
- <dependency>
- <groupId>org.drools</groupId>
- <artifactId>drools-mvel</artifactId>
- </dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-tms</artifactId>
diff --git a/drools-test-coverage/standalone/kie-ci-with-domain/tests/pom.xml
b/drools-test-coverage/standalone/kie-ci-with-domain/tests/pom.xml
index a844387f49..eec6e37d1b 100644
--- a/drools-test-coverage/standalone/kie-ci-with-domain/tests/pom.xml
+++ b/drools-test-coverage/standalone/kie-ci-with-domain/tests/pom.xml
@@ -73,6 +73,11 @@
<artifactId>kie-api</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.drools</groupId>
+ <artifactId>drools-mvel</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-ci</artifactId>
diff --git
a/drools-test-coverage/standalone/kie-ci-without-domain/tests/pom.xml
b/drools-test-coverage/standalone/kie-ci-without-domain/tests/pom.xml
index c7c1e7bb0a..0f5c245f1b 100644
--- a/drools-test-coverage/standalone/kie-ci-without-domain/tests/pom.xml
+++ b/drools-test-coverage/standalone/kie-ci-without-domain/tests/pom.xml
@@ -68,6 +68,11 @@
<artifactId>kie-api</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.drools</groupId>
+ <artifactId>drools-mvel</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-ci</artifactId>
diff --git a/kie-ci/pom.xml b/kie-ci/pom.xml
index 368b9566a8..798cddac7b 100644
--- a/kie-ci/pom.xml
+++ b/kie-ci/pom.xml
@@ -63,6 +63,7 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-mvel</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.drools</groupId>
diff --git a/kie-dmn/kie-dmn-core/pom.xml b/kie-dmn/kie-dmn-core/pom.xml
index 617d0663c8..7b5fbb867c 100644
--- a/kie-dmn/kie-dmn-core/pom.xml
+++ b/kie-dmn/kie-dmn-core/pom.xml
@@ -171,6 +171,11 @@
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.drools</groupId>
+ <artifactId>drools-mvel</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-ci</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]