Skip to content

Commit 37815f7

Browse files
committed
Added slf4j-simple dependency to get rid of the SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" error message
1 parent 2e89d42 commit 37815f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
</scm>
4141

4242
<dependencies>
43+
<dependency>
44+
<groupId>org.slf4j</groupId>
45+
<artifactId>slf4j-simple</artifactId>
46+
<version>1.7.28</version>
47+
</dependency>
4348
<dependency>
4449
<groupId>org.apache.jena</groupId>
4550
<artifactId>jena-arq</artifactId>

0 commit comments

Comments
 (0)