Skip to content

Commit

Permalink
[minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkaczor committed Oct 18, 2015
1 parent 1ac4ae9 commit a2b019f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions project/dependencies.scala
Expand Up @@ -3,17 +3,15 @@ import sbt._
object Dependencies {
val jerseyVersion = "1.19"
val scalatestVersion = "2.2.4"
//val sprayVersion = "1.3.2"
val playVersion = "2.4.3"

val jersey = "com.sun.jersey" % "jersey-core" % jerseyVersion
val jerseyClient = "com.sun.jersey" % "jersey-client" % jerseyVersion

val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion

val playJson = "com.typesafe.play" %% "play-json" % playVersion % "test"

//val sprayCan = "io.spray" %% "spray-can" % sprayVersion
//val sprayRouting = "io.spray" %% "spray-routing" % sprayVersion
//val sprayTestkit = "io.spray" %% "spray-testkit" % sprayVersion

val resttestDependencies = Seq(jersey, jerseyClient, scalatest, playJson/*, sprayCan, sprayRouting, sprayTestkit*/)
val resttestDependencies = Seq(jersey, jerseyClient, scalatest, playJson)
}

0 comments on commit a2b019f

Please sign in to comment.