Skip to content

Commit

Permalink
Tweak dependencies to fix SLF4J warning
Browse files Browse the repository at this point in the history
'Multiple bindings were found on the class path', see
https://www.slf4j.org/codes.html#multiple_bindings
  • Loading branch information
fsteeg committed Sep 14, 2017
1 parent b420ebd commit 909c5ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Expand Up @@ -13,10 +13,9 @@ libraryDependencies ++= Seq(
// otherwise javaWs won't work
exclude ("io.netty", "netty"),
"com.github.jsonld-java" % "jsonld-java" % "0.4.1",
"com.github.jsonld-java" % "jsonld-java-jena" % "0.4.1",
"com.github.jsonld-java" % "jsonld-java-jena" % "0.4.1" exclude("org.slf4j", "slf4j-log4j12"),
"org.apache.jena" % "jena-arq" % "2.9.3",
"org.culturegraph" % "metafacture-core" % "4.0.0-HBZ-SNAPSHOT",
"org.slf4j" % "slf4j-log4j12" % "1.7.6",
"org.xbib.elasticsearch.plugin" % "elasticsearch-plugin-bundle" % "2.3.2.0",
"com.jayway.jsonpath" % "json-path" % "2.2.0",
"net.java.dev.jna" % "jna" % "4.1.0",
Expand Down

0 comments on commit 909c5ae

Please sign in to comment.