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 c90a9f9 commit ee05f4aCopy full SHA for ee05f4a
core/build.gradle
@@ -115,10 +115,7 @@ dependencies {
115
compile 'junit:junit:4.12'
116
compile 'org.slf4j:slf4j-api:1.7.30'
117
compile 'org.jetbrains:annotations:17.0.0'
118
- compile 'javax.annotation:javax.annotation-api:1.3.2'
119
compile 'org.apache.commons:commons-compress:1.20'
120
- // Added for JDK9 compatibility since it's missing this package
121
- compile 'javax.xml.bind:jaxb-api:2.3.1'
122
compile ('org.rnorth.duct-tape:duct-tape:1.0.8') {
123
exclude(group: 'org.jetbrains', module: 'annotations')
124
}
0 commit comments