Skip to content

Commit

Permalink
Add log4j bridge into the geotools project
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Sep 16, 2023
1 parent 7d9cda6 commit 567ef7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ object Dependencies {

val pureconfig = "com.github.pureconfig" %% "pureconfig" % "0.17.4"
val log4s = "org.log4s" %% "log4s" % "1.10.0"
val log4jbridge = "org.apache.logging.log4j" % "log4j-1.2-api" % "2.17.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.0"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
Expand Down
1 change: 1 addition & 0 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ object Settings {
).map(_ excludeAll(excludedDependencies: _*)),
libraryDependencies ++= Seq(
unitApi,
log4jbridge,
geotoolsGeoTiff % Test,
geotoolsShapefile % Test,
scalatest % Test
Expand Down

0 comments on commit 567ef7e

Please sign in to comment.