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 bb47419 commit 72d35a5Copy full SHA for 72d35a5
plugins/discovery-azure-classic/build.gradle
@@ -59,7 +59,7 @@ dependencies {
59
api "com.sun.jersey:jersey-client:${versions.jersey}"
60
api "com.sun.jersey:jersey-core:${versions.jersey}"
61
api "com.sun.jersey:jersey-json:${versions.jersey}"
62
- api 'org.codehaus.jettison:jettison:1.5.0'
+ api 'org.codehaus.jettison:jettison:1.5.1'
63
api 'com.sun.xml.bind:jaxb-impl:2.2.3-1'
64
65
// HACK: javax.xml.bind was removed from default modules in java 9, so we pull the api in here,
0 commit comments