We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaddd7 commit ea3b6b2Copy full SHA for ea3b6b2
plugins/discovery-azure-classic/build.gradle
@@ -60,7 +60,7 @@ dependencies {
60
api "com.sun.jersey:jersey-core:${versions.jersey}"
61
api "com.sun.jersey:jersey-json:${versions.jersey}"
62
api "org.codehaus.jettison:jettison:${versions.jettison}"
63
- api 'com.sun.xml.bind:jaxb-impl:2.2.3-1'
+ api 'com.sun.xml.bind:jaxb-impl:4.0.5'
64
65
// HACK: javax.xml.bind was removed from default modules in java 9, so we pull the api in here,
66
// and allowlist this hack in JarHell
0 commit comments