Skip to content

Commit c678262

Browse files
authored
[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
1 parent 6e88d9e commit c678262

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

drools-serialization-protobuf/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
<groupId>org.drools</groupId>
5050
<artifactId>drools-compiler</artifactId>
5151
</dependency>
52-
<dependency>
53-
<groupId>org.drools</groupId>
54-
<artifactId>drools-mvel</artifactId>
55-
</dependency>
5652
<dependency>
5753
<groupId>org.drools</groupId>
5854
<artifactId>drools-tms</artifactId>

drools-test-coverage/standalone/kie-ci-with-domain/tests/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
<artifactId>kie-api</artifactId>
7474
<scope>test</scope>
7575
</dependency>
76+
<dependency>
77+
<groupId>org.drools</groupId>
78+
<artifactId>drools-mvel</artifactId>
79+
<scope>test</scope>
80+
</dependency>
7681
<dependency>
7782
<groupId>org.kie</groupId>
7883
<artifactId>kie-ci</artifactId>

drools-test-coverage/standalone/kie-ci-without-domain/tests/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@
6868
<artifactId>kie-api</artifactId>
6969
<scope>test</scope>
7070
</dependency>
71+
<dependency>
72+
<groupId>org.drools</groupId>
73+
<artifactId>drools-mvel</artifactId>
74+
<scope>test</scope>
75+
</dependency>
7176
<dependency>
7277
<groupId>org.kie</groupId>
7378
<artifactId>kie-ci</artifactId>

kie-ci/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<dependency>
6464
<groupId>org.drools</groupId>
6565
<artifactId>drools-mvel</artifactId>
66+
<scope>test</scope>
6667
</dependency>
6768
<dependency>
6869
<groupId>org.drools</groupId>

kie-dmn/kie-dmn-core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@
171171
<artifactId>logback-classic</artifactId>
172172
<scope>test</scope>
173173
</dependency>
174+
<dependency>
175+
<groupId>org.drools</groupId>
176+
<artifactId>drools-mvel</artifactId>
177+
<scope>test</scope>
178+
</dependency>
174179
<dependency>
175180
<groupId>org.kie</groupId>
176181
<artifactId>kie-ci</artifactId>

0 commit comments

Comments
 (0)