Skip to content

Commit 9a93557

Browse files
committed
removed jackson libs
1 parent 9a87c9d commit 9a93557

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/swagger-play2/project/Build.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ object ApplicationBuild extends Build {
99
checksums in update := Nil
1010

1111
val appDependencies: Seq[sbt.ModuleID] = Seq(
12-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.1.3",
13-
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.1.4",
1412
"org.slf4j" % "slf4j-api" % "1.6.4",
1513
"com.wordnik" % "swagger-jaxrs_2.10" % "1.3.7",
1614
"javax.ws.rs" % "jsr311-api" % "1.1.1",

0 commit comments

Comments
 (0)