Skip to content

Commit

Permalink
Remove logging dependencies log4j and scalalogging
Browse files Browse the repository at this point in the history
  • Loading branch information
fm3 committed Dec 20, 2021
1 parent 025953f commit ab8921a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scala/build.sbt
Expand Up @@ -57,14 +57,11 @@ pomExtra := (
libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "21.0",
"com.jsuereth" %% "scala-arm" % "2.0",
"com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
"net.jpountz.lz4" % "lz4" % "1.3.0",
"net.liftweb" % "lift-common_2.10" % "2.6-M3",
"net.liftweb" % "lift-util_2.10" % "3.0-M1",
"org.apache.commons" % "commons-lang3" % "3.1",
"commons-io" % "commons-io" % "2.9.0",
"org.apache.logging.log4j" % "log4j-api" % "2.15.0",
"org.apache.logging.log4j" % "log4j-core" % "2.15.0"
)

releasePublishArtifactsAction := PgpKeys.publishSigned.value
Expand Down

0 comments on commit ab8921a

Please sign in to comment.