File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ lazy val thrall = playProject("thrall", 9002)
171
171
172
172
lazy val usage = playProject(" usage" , 9009 ).settings(
173
173
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" ,
176
176
" io.reactivex" %% " rxscala" % " 0.27.0" ,
177
177
" com.amazonaws" % " amazon-kinesis-client" % " 1.8.10" ,
178
178
" com.google.protobuf" % " protobuf-java" % " 3.19.6"
You can’t perform that action at this time.
0 commit comments