Skip to content

Commit 1cdd29b

Browse files
committed
updated-blazegraph: Explicitly excluded the transitive Log4J 1 dependency from the Ontop library.
1 parent 49dc5bd commit 1cdd29b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stack-clients/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
<dependency>
8787
<groupId>it.unibz.inf.ontop</groupId>
8888
<artifactId>ontop-system-sql-owlapi</artifactId>
89+
<exclusions>
90+
<exclusion>
91+
<artifactId>log4j</artifactId>
92+
<groupId>log4j</groupId>
93+
</exclusion>
94+
</exclusions>
8995
</dependency>
9096

9197
<!-- used in the DerivationClient to detect circular dependencies -->

0 commit comments

Comments
 (0)