Skip to content

Commit

Permalink
Simplify deps for logback
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Nov 19, 2014
1 parent 143ff4f commit 37bc20a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ libraryDependencies ++= Seq(
"org.apache.commons" % "commons-pool2" % "2.2",
// Logback with slf4j facade
"ch.qos.logback" % "logback-classic" % "1.1.2",
"ch.qos.logback" % "logback-core" % "1.1.2",
"org.slf4j" % "slf4j-api" % "1.7.7",
// Test dependencies
"org.scalatest" %% "scalatest" % "2.2.1" % "test",
"org.mockito" % "mockito-all" % "1.9.5" % "test"
Expand Down

0 comments on commit 37bc20a

Please sign in to comment.