Skip to content

Commit e3eda53

Browse files
authored
Exclude log4j from javaxcomm (#5786)
Signed-off-by: Wouter Born <github@maindrain.net>
1 parent 20ca9b9 commit e3eda53

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)