replaced EvaluatorFilter with custom regex-based filter and removed non-dependency

This commit is contained in:
Jason_DiDonato@yahoo.com 2021-07-02 07:30:29 -04:00
parent abf7135e64
commit a6b09faa84
3 changed files with 36 additions and 24 deletions

View file

@ -79,8 +79,7 @@ lazy val psforeverSettings = Seq(
"io.circe" %% "circe-generic" % "0.14.1",
"io.circe" %% "circe-parser" % "0.14.1",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.3",
"org.bouncycastle" % "bcprov-jdk15on" % "1.69",
"org.codehaus.janino" % "janino" % "3.1.4"
"org.bouncycastle" % "bcprov-jdk15on" % "1.69"
),
// TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279
coverageExcludedPackages := "net\\.psforever\\.actors\\.session\\.SessionActor.*"