Skip to content

Commit 4fe88bd

Browse files
committed
Remove slf4j exclusions
The rest of the app is on slf4j v2 now so we shouldn't need these exclusions any more
1 parent 30729c0 commit 4fe88bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ lazy val thrall = playProject("thrall", 9002)
171171

172172
lazy val usage = playProject("usage", 9009).settings(
173173
libraryDependencies ++= Seq(
174-
"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
175-
"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
174+
"com.gu" %% "content-api-client-default" % "32.0.0",
175+
"com.gu" %% "content-api-client-aws" % "0.7.6",
176176
"io.reactivex" %% "rxscala" % "0.27.0",
177177
"com.amazonaws" % "amazon-kinesis-client" % "1.8.10",
178178
"com.google.protobuf" % "protobuf-java" % "3.19.6"

0 commit comments

Comments
 (0)