Skip to content

Commit

Permalink
JENA/RDF wants and SLF4J implementation, complains if not.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Feb 1, 2018
1 parent 091970d commit 7e2316d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions storage/iordf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 7e2316d

Please sign in to comment.