Skip to content

Commit dc82517

Browse files
committed
Exclude log4j from javaxcomm
Signed-off-by: Wouter Born <github@maindrain.net>
1 parent 5a98f91 commit dc82517

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bom/compile/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,11 @@
310310
<groupId>commons-net</groupId>
311311
<artifactId>commons-net</artifactId>
312312
</exclusion>
313+
<exclusion>
314+
<!-- Log4j 1 API is provided by Pax Logging -->
315+
<groupId>log4j</groupId>
316+
<artifactId>log4j</artifactId>
317+
</exclusion>
313318
</exclusions>
314319
</dependency>
315320
<dependency>

0 commit comments

Comments
 (0)