Skip to content

Commit

Permalink
Exclude slf4j 1 from getting pulled in as we now use 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Aug 19, 2024
1 parent 5796105 commit 9820f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tds/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ configurations.all {
*/
exclude group: 'stax', module: 'stax-api'
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
exclude group: 'org.apache.logging.log4j', module: 'log4j-slf4j-impl'
exclude group: 'net.openhft', module: 'chronicle-analytics'
}

Expand Down

0 comments on commit 9820f90

Please sign in to comment.