Skip to content

Commit 483b619

Browse files
committed
adding transitive dependency to make enforcer plugin happy
1 parent 1bef651 commit 483b619

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
<groupId>org.drools</groupId>
6565
<artifactId>drools-compiler</artifactId>
6666
</dependency>
67+
<dependency>
68+
<groupId>org.slf4j</groupId>
69+
<artifactId>slf4j-api</artifactId>
70+
</dependency>
6771

6872
<dependency>
6973
<groupId>junit</groupId>

0 commit comments

Comments
 (0)