Skip to content

Commit ee05f4a

Browse files
authored
Remove unused JEE deps (#2505)
Two compile dependencies referencing JEE artifacts don't seem to be required for compilation. This PR removes them from the build.
1 parent c90a9f9 commit ee05f4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,7 @@ dependencies {
115115
compile 'junit:junit:4.12'
116116
compile 'org.slf4j:slf4j-api:1.7.30'
117117
compile 'org.jetbrains:annotations:17.0.0'
118-
compile 'javax.annotation:javax.annotation-api:1.3.2'
119118
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'
122119
compile ('org.rnorth.duct-tape:duct-tape:1.0.8') {
123120
exclude(group: 'org.jetbrains', module: 'annotations')
124121
}

0 commit comments

Comments
 (0)