Skip to content

Commit 53eb51b

Browse files
committed
Don't exlude log4j implementation from the cli package
1 parent 34b4a09 commit 53eb51b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tmc-langs-cli/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
<groupId>org.slf4j</groupId>
4848
<artifactId>slf4j-log4j12</artifactId>
4949
<version>1.7.12</version>
50-
<scope>runtime</scope>
5150
</dependency>
5251
<dependency>
5352
<groupId>junit</groupId>
@@ -143,7 +142,7 @@
143142
<artifactSet>
144143
<excludes>
145144
<!--<exclude>classworlds:classworlds</exclude>-->
146-
<exclude>log4j:log4j:jar:</exclude>
145+
<!--exclude>log4j:log4j:jar:</exclude-->
147146
</excludes>
148147
</artifactSet>
149148
<transformers>

0 commit comments

Comments
 (0)