[Notice] Announcing the End of Demo Server [Read me]

add a dendepcy for apache commons-collections
@8751948d2ddfc76e50cfcb89ddb0b8e45cfc599a
--- project/Build.scala
+++ project/Build.scala
... | ... | @@ -39,7 +39,8 @@ |
39 | 39 |
"commons-lang" % "commons-lang" % "2.6", |
40 | 40 |
"org.apache.tika" % "tika-core" % "1.2", |
41 | 41 |
"commons-io" % "commons-io" % "2.4", |
42 |
- "com.github.julienrf" %% "play-jsmessages" % "1.4.1" |
|
42 |
+ "com.github.julienrf" %% "play-jsmessages" % "1.4.1", |
|
43 |
+ "commons-collections" % "commons-collections" % "3.2.1" |
|
43 | 44 |
) |
44 | 45 |
|
45 | 46 |
val projectSettings = Seq( |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?