Skip to content

Commit

Permalink
Removes jcl-over-slf4j due to the conflict between Jakarta Commons Lo…
Browse files Browse the repository at this point in the history
…gging and Android's own implementation of those classes. (google#2288)
  • Loading branch information
vitorpamplona authored Oct 25, 2023
1 parent b686143 commit 5fb87ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ configurations {
exclude(module = "jakarta.activation-api")
exclude(module = "javax.activation")
exclude(module = "jakarta.xml.bind-api")
exclude(module = "jcl-over-slf4j")

forceGuava()
forceHapiVersion()
Expand Down

0 comments on commit 5fb87ea

Please sign in to comment.