We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a87c9d commit 9a93557Copy full SHA for 9a93557
modules/swagger-play2/project/Build.scala
@@ -9,8 +9,6 @@ object ApplicationBuild extends Build {
9
checksums in update := Nil
10
11
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",
14
"org.slf4j" % "slf4j-api" % "1.6.4",
15
"com.wordnik" % "swagger-jaxrs_2.10" % "1.3.7",
16
"javax.ws.rs" % "jsr311-api" % "1.1.1",
0 commit comments