aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorZach Smith <zach@driver.xyz>2017-08-22 16:26:15 -0700
committerZach Smith <zach@driver.xyz>2017-08-22 16:26:15 -0700
commitd9ed9e9fff25548f7aa85be5875c5d1998258198 (patch)
tree96766b5b7910b1a97f46a8cac97ec9772f6096dd /build.sbt
parentd8932d000f6af3ab595ffdde43e7afb65759d80d (diff)
downloaddriver-core-d9ed9e9fff25548f7aa85be5875c5d1998258198.tar.gz
driver-core-d9ed9e9fff25548f7aa85be5875c5d1998258198.tar.bz2
driver-core-d9ed9e9fff25548f7aa85be5875c5d1998258198.zip
Remove test-related classes out of database package
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt5
1 files changed, 1 insertions, 4 deletions
diff --git a/build.sbt b/build.sbt
index eb17abf..f0a0a73 100644
--- a/build.sbt
+++ b/build.sbt
@@ -21,8 +21,5 @@ lazy val core = (project in file("."))
"com.typesafe.slick" %% "slick" % "3.1.1",
"com.typesafe" % "config" % "1.2.1",
"com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
- "ch.qos.logback" % "logback-classic" % "1.1.3",
- "com.spotify" % "docker-client" % "8.9.0" classifier "shaded" excludeAll(
- ExclusionRule(organization = "com.fasterxml.jackson.core")
- )
+ "ch.qos.logback" % "logback-classic" % "1.1.3"
))