Skip to content

Commit

Permalink
Exclude log4j in Jena
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Oct 20, 2015
1 parent c53d87b commit af115e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hu.bme.mit.trainbenchmark.benchmark.jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
<groupId>org.apache.jena</groupId>
<artifactId>jena-querybuilder</artifactId>
<version>2.13.0</version>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
Expand Down

0 comments on commit af115e5

Please sign in to comment.