|
|
|
@ -21,8 +21,8 @@ dependencies {
@@ -21,8 +21,8 @@ dependencies {
|
|
|
|
|
optional("javax.json.bind:javax.json.bind-api:1.0") |
|
|
|
|
optional("javax.mail:javax.mail-api:1.6.2") |
|
|
|
|
optional("javax.validation:validation-api:1.1.0.Final") |
|
|
|
|
optional("javax.xml.bind:jaxb-api:2.3.0") |
|
|
|
|
optional("javax.xml.ws:jaxws-api:2.3.0") |
|
|
|
|
optional("javax.xml.bind:jaxb-api:2.3.1") |
|
|
|
|
optional("javax.xml.ws:jaxws-api:2.3.1") |
|
|
|
|
optional("org.glassfish.main:javax.jws:4.0-b33") |
|
|
|
|
optional("io.reactivex:rxjava:${rxjavaVersion}") |
|
|
|
|
optional("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}") |
|
|
|
@ -38,7 +38,7 @@ dependencies {
@@ -38,7 +38,7 @@ dependencies {
|
|
|
|
|
exclude group: "javax.servlet", module: "javax.servlet-api" |
|
|
|
|
} |
|
|
|
|
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.1") |
|
|
|
|
optional("com.squareup.okhttp3:okhttp:3.11.0") |
|
|
|
|
optional("com.squareup.okhttp3:okhttp:3.12.0") |
|
|
|
|
optional("org.apache.httpcomponents:httpclient:4.5.6") { |
|
|
|
|
exclude group: "commons-logging", module: "commons-logging" |
|
|
|
|
} |
|
|
|
@ -47,7 +47,7 @@ dependencies {
@@ -47,7 +47,7 @@ dependencies {
|
|
|
|
|
} |
|
|
|
|
optional("commons-fileupload:commons-fileupload:1.3.3") |
|
|
|
|
optional("org.synchronoss.cloud:nio-multipart-parser:1.1.0") |
|
|
|
|
optional("com.fasterxml.woodstox:woodstox-core:5.1.0") { // woodstox before aalto |
|
|
|
|
optional("com.fasterxml.woodstox:woodstox-core:5.2.0") { // woodstox before aalto |
|
|
|
|
exclude group: "stax", module: "stax-api" |
|
|
|
|
} |
|
|
|
|
optional("com.fasterxml:aalto-xml:1.1.1") |
|
|
|
@ -74,7 +74,7 @@ dependencies {
@@ -74,7 +74,7 @@ dependencies {
|
|
|
|
|
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}") |
|
|
|
|
testCompile("org.eclipse.jetty:jetty-server") |
|
|
|
|
testCompile("org.eclipse.jetty:jetty-servlet") |
|
|
|
|
testCompile("com.squareup.okhttp3:mockwebserver:3.11.0") |
|
|
|
|
testCompile("com.squareup.okhttp3:mockwebserver:3.12.0") |
|
|
|
|
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") |
|
|
|
|
testCompile("org.skyscreamer:jsonassert:1.5.0") |
|
|
|
|
testCompile("org.xmlunit:xmlunit-matchers:2.6.2") |
|
|
|
|