Skip to content

Commit

Permalink
Merge pull request #24 from arenadata/feature/ADS-760
Browse files Browse the repository at this point in the history
ADS-760. Fixed logging dependencies.
  • Loading branch information
Asmoday authored Feb 3, 2022
2 parents 8357bc4 + e0443a7 commit 176c1e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ assemblyMergeStrategy in assembly := {
case other => (assemblyMergeStrategy in assembly).value(other)
}

dependencyOverrides += "org.slf4j" % "slf4j-api" % "1.7.35"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.5.19",
"com.typesafe.akka" %% "akka-slf4j" % "2.5.19",
Expand All @@ -37,7 +39,7 @@ libraryDependencies ++= Seq(
"org.apache.curator" % "curator-recipes" % "2.12.0" exclude("log4j","log4j") exclude("org.slf4j", "slf4j-log4j12") force(),
"org.json4s" %% "json4s-jackson" % "3.6.5",
"org.json4s" %% "json4s-scalaz" % "3.6.5",
"org.slf4j" % "log4j-over-slf4j" % "1.7.25",
"org.slf4j" % "log4j-over-slf4j" % "1.7.35",
"com.adrianhurt" %% "play-bootstrap" % "1.4-P26-B4" exclude("com.typesafe.play", "*"),
"org.clapper" %% "grizzled-slf4j" % "1.3.3",
"org.apache.kafka" %% "kafka" % "2.8.1" exclude("log4j","log4j") exclude("org.slf4j", "slf4j-log4j12") force(),
Expand Down

0 comments on commit 176c1e7

Please sign in to comment.