Merge pull request #1024 from team-lab/fix/test-specs2-junit

fix test ( add specs2-junit )
This commit is contained in:
Naoki Takezoe
2016-01-02 23:41:51 +09:00

View File

@@ -47,6 +47,7 @@ object MyBuild extends Build {
"org.scalatra" %% "scalatra" % ScalatraVersion,
"org.scalatra" %% "scalatra-specs2" % ScalatraVersion % "test",
"org.scalatra" %% "scalatra-json" % ScalatraVersion,
"org.specs2" %% "specs2-junit" % "3.6.6" % "test",
"org.json4s" %% "json4s-jackson" % "3.3.0",
"io.github.gitbucket" %% "scalatra-forms" % "1.0.0",
"commons-io" % "commons-io" % "2.4",