Skip to content

Commit 7fccdda

Browse files
authored
Merge pull request #60 from b2ihealthcare/mitigate-log4j
Remove or suppress all log4j dependencies
2 parents 80b390e + 98837d9 commit 7fccdda

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
<groupId>org.semanticweb.elk</groupId>
5050
<artifactId>elk-owlapi</artifactId>
5151
<version>${elk-owlapi.version}</version>
52+
<exclusions>
53+
<exclusion>
54+
<groupId>log4j</groupId>
55+
<artifactId>log4j</artifactId>
56+
</exclusion>
57+
</exclusions>
5258
</dependency>
5359

5460
<!-- Logging -->
@@ -60,7 +66,7 @@
6066
<dependency>
6167
<groupId>org.slf4j</groupId>
6268
<artifactId>slf4j-log4j12</artifactId>
63-
<version>1.7.12</version>
69+
<version>1.7.35</version>
6470
<scope>provided</scope>
6571
</dependency>
6672

0 commit comments

Comments
 (0)