remove dependency to apache commons (although play still pulls it)

This commit is contained in:
Thibault Duplessis 2017-05-27 17:41:42 +02:00
parent 59340282b5
commit ae1f4469ce
2 changed files with 0 additions and 2 deletions

View file

@ -39,7 +39,6 @@ case class PlayerLine(
object Line {
import reactivemongo.bson.{ BSONHandler, BSONString }
import org.apache.commons.lang3.StringEscapeUtils.unescapeHtml4
private val invalidLine = UserLine("", "[invalid character]", troll = false, deleted = true)

View file

@ -24,7 +24,6 @@ object Dependencies {
val scalaz = "org.scalaz" %% "scalaz-core" % "7.1.11"
val scalalib = "com.github.ornicar" %% "scalalib" % "5.7"
val config = "com.typesafe" % "config" % "1.3.1"
val apache = "org.apache.commons" % "commons-lang3" % "3.5"
val findbugs = "com.google.code.findbugs" % "jsr305" % "3.0.1"
val hasher = "com.roundeights" %% "hasher" % "1.2.0"
val jodaTime = "joda-time" % "joda-time" % "2.9.7"