Skip to content

Commit

Permalink
Don't exclude SLF4J binding
Browse files Browse the repository at this point in the history
This resolves:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
  • Loading branch information
dr0i committed Aug 22, 2023
1 parent d41fbd9 commit 73b476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
exclude ("io.netty", "netty"),
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.1",
"com.github.jsonld-java" % "jsonld-java" % "0.4.1",
"com.github.jsonld-java" % "jsonld-java-jena" % "0.4.1" exclude("org.slf4j", "slf4j-log4j12"),
"com.github.jsonld-java" % "jsonld-java-jena" % "0.4.1",
"org.apache.jena" % "jena-arq" % "2.9.3",
"org.metafacture" % "metamorph" % "5.6.0",
"org.metafacture" % "metafacture-elasticsearch" % "5.6.0",
Expand Down

0 comments on commit 73b476e

Please sign in to comment.