[Notice] Announcing the End of Demo Server [Read me]
kjkmadness 2013-09-10
add a dendepcy for apache commons-collections
@8751948d2ddfc76e50cfcb89ddb0b8e45cfc599a
project/Build.scala
--- project/Build.scala
+++ project/Build.scala
@@ -39,7 +39,8 @@
       "commons-lang" % "commons-lang" % "2.6",
       "org.apache.tika" % "tika-core" % "1.2",
       "commons-io" % "commons-io" % "2.4",
-      "com.github.julienrf" %% "play-jsmessages" % "1.4.1"
+      "com.github.julienrf" %% "play-jsmessages" % "1.4.1",
+      "commons-collections" % "commons-collections" % "3.2.1"
   )
 
     val projectSettings = Seq(
Add a comment
List