|
|
|
|
@ -62,7 +62,7 @@ configure(allprojects) { project ->
@@ -62,7 +62,7 @@ configure(allprojects) { project ->
|
|
|
|
|
ext.jcaVersion = "1.7" |
|
|
|
|
ext.jettyVersion = "9.4.0.v20161208" |
|
|
|
|
ext.jmsVersion = "2.0.1" |
|
|
|
|
ext.jodaVersion = "2.9.6" |
|
|
|
|
ext.jodaVersion = "2.9.7" |
|
|
|
|
ext.jpaVersion = "2.1.1" |
|
|
|
|
ext.jsfVersion = "2.2" |
|
|
|
|
ext.jspVersion = "2.3.2-b02" |
|
|
|
|
@ -82,9 +82,9 @@ configure(allprojects) { project ->
@@ -82,9 +82,9 @@ configure(allprojects) { project ->
|
|
|
|
|
ext.reactorCoreVersion = '3.0.4.RELEASE' |
|
|
|
|
ext.reactorNettyVersion = '0.6.0.RELEASE' |
|
|
|
|
ext.romeVersion = "1.7.0" |
|
|
|
|
ext.rxjavaVersion = '1.2.4' |
|
|
|
|
ext.rxjavaVersion = '1.2.5' |
|
|
|
|
ext.rxjavaAdapterVersion = '1.2.1' |
|
|
|
|
ext.rxjava2Version = '2.0.3' |
|
|
|
|
ext.rxjava2Version = '2.0.4' |
|
|
|
|
ext.rxnettyVersion = '0.5.2-rc.5' |
|
|
|
|
ext.servletVersion = "3.1.0" |
|
|
|
|
ext.slf4jVersion = "1.7.22" |
|
|
|
|
@ -1070,7 +1070,7 @@ project("spring-test") {
@@ -1070,7 +1070,7 @@ project("spring-test") {
|
|
|
|
|
optional("org.codehaus.groovy:groovy-all:${groovyVersion}") |
|
|
|
|
optional("org.hamcrest:hamcrest-core:${hamcrestVersion}") |
|
|
|
|
optional("org.xmlunit:xmlunit-matchers:${xmlunitVersion}") |
|
|
|
|
optional("net.sourceforge.htmlunit:htmlunit:2.23") |
|
|
|
|
optional("net.sourceforge.htmlunit:htmlunit:2.24") |
|
|
|
|
optional("org.seleniumhq.selenium:htmlunit-driver:2.23.2") |
|
|
|
|
optional("org.seleniumhq.selenium:selenium-java:3.0.1") { |
|
|
|
|
exclude group: "io.netty", module: "netty" |
|
|
|
|
|