We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f2347 commit 715a759Copy full SHA for 715a759
core/build.gradle
@@ -73,7 +73,9 @@ dependencies {
73
api 'org.slf4j:slf4j-api:1.7.36'
74
compileOnly 'org.jetbrains:annotations:24.1.0'
75
testCompileOnly 'org.jetbrains:annotations:24.1.0'
76
- api 'org.apache.commons:commons-compress:1.24.0'
+ api ('org.apache.commons:commons-compress:1.27.1') {
77
+ exclude(group: 'org.apache.commons', module: 'commons-lang3')
78
+ }
79
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
80
exclude(group: 'org.jetbrains', module: 'annotations')
81
}
0 commit comments