fix 'cannot create a JUnit XML printer. Please check that specs2-junit.jar is on the classpath'

This commit is contained in:
nazoking
2016-01-02 18:54:56 +09:00
parent ba75079409
commit 100b34085c

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",