|
|
|
@ -36,11 +36,11 @@ configure(allprojects) { project ->
@@ -36,11 +36,11 @@ configure(allprojects) { project ->
|
|
|
|
|
version = qualifyVersionIfNecessary(version) |
|
|
|
|
|
|
|
|
|
ext.activationApiVersion = "1.1.1" |
|
|
|
|
ext.annotationApiVersion = "1.2" |
|
|
|
|
ext.annotationApiVersion = "1.3" |
|
|
|
|
ext.aspectjVersion = "1.9.0.BETA-5" |
|
|
|
|
ext.beanvalVersion = "1.1.0.Final" |
|
|
|
|
ext.cacheApiVersion = "1.0.0" |
|
|
|
|
ext.caffeineVersion = "2.4.0" |
|
|
|
|
ext.caffeineVersion = "2.5.0" |
|
|
|
|
ext.eclipselinkVersion = "2.6.4" |
|
|
|
|
ext.ehcacheVersion = "2.10.4" |
|
|
|
|
ext.ehcachejcacheVersion = "1.0.1" |
|
|
|
@ -1022,10 +1022,10 @@ project("spring-test") {
@@ -1022,10 +1022,10 @@ project("spring-test") {
|
|
|
|
|
exclude group: "commons-logging", module: "commons-logging" |
|
|
|
|
} |
|
|
|
|
optional("org.seleniumhq.selenium:htmlunit-driver:2.26") |
|
|
|
|
optional("org.seleniumhq.selenium:selenium-java:3.3.1") { |
|
|
|
|
optional("org.seleniumhq.selenium:selenium-java:3.4.0") { |
|
|
|
|
exclude group: "io.netty", module: "netty" |
|
|
|
|
} |
|
|
|
|
optional("org.skyscreamer:jsonassert:1.4.0") |
|
|
|
|
optional("org.skyscreamer:jsonassert:1.5.0") |
|
|
|
|
optional("com.jayway.jsonpath:json-path:2.2.0") |
|
|
|
|
optional("org.reactivestreams:reactive-streams") |
|
|
|
|
optional("io.projectreactor:reactor-core") |
|
|
|
|