Skip to content

Commit

Permalink
Remove slf4j exclusions
Browse files Browse the repository at this point in the history
The rest of the app is on slf4j v2 now so we shouldn't need these exclusions any more
  • Loading branch information
simonbyford committed Dec 4, 2024
1 parent 30729c0 commit 4fe88bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ lazy val thrall = playProject("thrall", 9002)

lazy val usage = playProject("usage", 9009).settings(
libraryDependencies ++= Seq(
"com.gu" %% "content-api-client-default" % "32.0.0" exclude("org.slf4j","slf4j-api"), // slf4j exclusion can be removed when we upgrade to SLFJ v2
"com.gu" %% "content-api-client-aws" % "0.7.6" exclude("org.slf4j","slf4j-api"), // slf4j exclusion can be removed when we upgrade to SLFJ v2
"com.gu" %% "content-api-client-default" % "32.0.0",
"com.gu" %% "content-api-client-aws" % "0.7.6",
"io.reactivex" %% "rxscala" % "0.27.0",
"com.amazonaws" % "amazon-kinesis-client" % "1.8.10",
"com.google.protobuf" % "protobuf-java" % "3.19.6"
Expand Down

0 comments on commit 4fe88bd

Please sign in to comment.