Skip to content

Commit

Permalink
cleanup classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Muñoz committed Dec 2, 2024
1 parent 826e342 commit 2bf0e73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ dependencies {
exclude group: 'javax.ws.rs', module: 'javax.ws.rs-api'
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
exclude group: 'org.slf4j', module: 'slf4j-reload4j'
exclude group: 'com.sun.jersey', module: 'jersey-json'
exclude group: 'com.github.pjfanning', module: 'jersey-json'
}
implementation(libs.hadoopCommon) {
exclude group: 'org.apache.avro', module: 'avro'
Expand Down Expand Up @@ -161,6 +163,10 @@ dependencies {
exclude group: 'jakarta.activation', module: 'jakarta.activation-api'
exclude group: 'io.netty', module: 'netty-handler'
exclude group: 'io.netty', module: 'netty-transport-native-epoll'
exclude group: 'com.github.pjfanning', module: 'jersey-json'
exclude group: 'org.codehaus.jettison', module: 'jettison'
exclude group: 'com.google.re2j', module: 're2j'
exclude group: 'io.dropwizard.metrics', module: 'metrics-core'
}
implementation(libs.logbackClassic)
implementation(libs.slf4j)
Expand Down

0 comments on commit 2bf0e73

Please sign in to comment.