Skip to content

Commit

Permalink
Move log4j to test scope. (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Aug 7, 2023
1 parent 6f753ff commit 6227e61
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 @@ -35,8 +35,8 @@ libraryDependencies ++= {
"net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.26",
"org.apache.jena" % "apache-jena-libs" % "4.1.0",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.slf4j" % "slf4j-log4j12" % "1.7.32",
"org.scala-lang.modules" %% "scala-xml" % "2.0.1",
"org.slf4j" % "slf4j-log4j12" % "1.7.32" % Test,
"org.semanticweb.elk" % "elk-owlapi" % "0.4.3" % Test,
"junit" % "junit" % "4.13.2" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
Expand Down

0 comments on commit 6227e61

Please sign in to comment.