@@ -29,10 +29,10 @@ configure(allprojects) { project ->
29
29
30
30
ext. aspectjVersion = " 1.8.9"
31
31
ext. eclipselinkVersion = " 2.4.2"
32
- ext. ehcacheVersion = " 2.10.1 "
32
+ ext. ehcacheVersion = " 2.10.2 "
33
33
ext. ehcachejcacheVersion = " 1.0.1"
34
34
ext. ehcache3Version = " 3.0.0"
35
- ext. ejbApiVersion = " 3.0"
35
+ ext. ejbVersion = " 3.0"
36
36
ext. fileuploadVersion = " 1.3.1"
37
37
ext. freemarkerVersion = " 2.3.23"
38
38
ext. groovyVersion = " 2.4.6"
@@ -45,17 +45,14 @@ configure(allprojects) { project ->
45
45
ext. hibval4Version = " 4.3.2.Final"
46
46
ext. hibval5Version = " 5.2.4.Final"
47
47
ext. hsqldbVersion = " 2.3.3"
48
- ext. htmlunitVersion = " 2.19"
49
48
ext. httpasyncVersion = " 4.1.1"
50
49
ext. httpclientVersion = " 4.5.2"
51
50
ext. jackson2Version = " 2.6.6"
52
51
ext. jasperreportsVersion = " 6.2.1"
53
52
ext. javamailVersion = " 1.5.5"
54
53
ext. jettyVersion = " 9.3.8.v20160314"
55
54
ext. jodaVersion = " 2.9.3"
56
- ext. jrubyVersion = " 1.7.24" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
57
- ext. jsonassertVersion = " 1.2.3"
58
- ext. jsonpathVersion = " 2.1.0"
55
+ ext. jrubyVersion = " 1.7.25" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
59
56
ext. jtaVersion = " 1.2"
60
57
ext. junitVersion = " 4.12"
61
58
ext. nettyVersion = " 4.0.36.Final"
@@ -64,7 +61,6 @@ configure(allprojects) { project ->
64
61
ext. poiVersion = " 3.13"
65
62
ext. reactorVersion = " 2.0.8.RELEASE"
66
63
ext. romeVersion = " 1.5.1"
67
- ext. seleniumVersion = " 2.48.2"
68
64
ext. slf4jVersion = " 1.7.21"
69
65
ext. snakeyamlVersion = " 1.17"
70
66
ext. snifferVersion = " 1.14"
@@ -73,8 +69,7 @@ configure(allprojects) { project ->
73
69
ext. tiles3Version = " 3.0.5"
74
70
ext. tomcatVersion = " 8.0.33"
75
71
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
76
- ext. undertowVersion = " 1.3.21.Final"
77
- ext. woodstoxVersion = " 5.0.2"
72
+ ext. undertowVersion = " 1.3.22.Final"
78
73
ext. xmlunitVersion = " 1.6"
79
74
ext. xstreamVersion = " 1.4.9"
80
75
@@ -353,7 +348,7 @@ project("spring-core") {
353
348
optional(" log4j:log4j:1.2.17" )
354
349
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
355
350
testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
356
- testCompile(" com.fasterxml.woodstox:woodstox-core:${ woodstoxVersion } " ) {
351
+ testCompile(" com.fasterxml.woodstox:woodstox-core:5.0.2 " ) {
357
352
exclude group : " stax" , module : " stax-api"
358
353
}
359
354
}
@@ -474,7 +469,7 @@ project("spring-context") {
474
469
compile(files(project(" :spring-core" ). cglibRepackJar))
475
470
optional(project(" :spring-instrument" ))
476
471
optional(" javax.inject:javax.inject:1" )
477
- optional(" javax.ejb:ejb-api:${ ejbApiVersion } " )
472
+ optional(" javax.ejb:ejb-api:${ ejbVersion } " )
478
473
optional(" javax.enterprise.concurrent:javax.enterprise.concurrent-api:1.0" )
479
474
optional(" javax.money:money-api:1.0" )
480
475
optional(" org.eclipse.persistence:javax.persistence:2.0.0" )
@@ -545,7 +540,7 @@ project("spring-tx") {
545
540
optional(" aopalliance:aopalliance:1.0" )
546
541
optional(" javax.transaction:javax.transaction-api:${ jtaVersion} " )
547
542
optional(" javax.resource:connector-api:1.5" )
548
- optional(" javax.ejb:ejb-api:${ ejbApiVersion } " )
543
+ optional(" javax.ejb:ejb-api:${ ejbVersion } " )
549
544
optional(" com.ibm.websphere:uow:6.0.2.17" )
550
545
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
551
546
testCompile(" org.eclipse.persistence:javax.persistence:2.0.0" )
@@ -641,7 +636,7 @@ project("spring-context-support") {
641
636
optional(" javax.cache:cache-api:1.0.0" )
642
637
optional(" com.google.guava:guava:${ guavaVersion} " )
643
638
optional(" net.sf.ehcache:ehcache:${ ehcacheVersion} " )
644
- optional(" org.quartz-scheduler:quartz:2.2.2 " )
639
+ optional(" org.quartz-scheduler:quartz:2.2.3 " )
645
640
optional(" org.codehaus.fabric3.api:commonj:1.1.0" )
646
641
optional(" org.apache.velocity:velocity:1.7" )
647
642
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
@@ -1010,15 +1005,15 @@ project("spring-test") {
1010
1005
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
1011
1006
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
1012
1007
optional(" org.hamcrest:hamcrest-core:${ hamcrestVersion} " )
1013
- optional(" org.seleniumhq.selenium:selenium-htmlunit-driver:${ seleniumVersion} " )
1014
- optional(" net.sourceforge.htmlunit:htmlunit:${ htmlunitVersion} " )
1015
1008
optional(" xmlunit:xmlunit:${ xmlunitVersion} " )
1016
- optional(" org.skyscreamer:jsonassert:${ jsonassertVersion} " )
1017
- optional(" com.jayway.jsonpath:json-path:${ jsonpathVersion} " )
1009
+ optional(" net.sourceforge.htmlunit:htmlunit:2.19" )
1010
+ optional(" org.seleniumhq.selenium:selenium-htmlunit-driver:2.48.2" )
1011
+ optional(" org.skyscreamer:jsonassert:1.2.3" )
1012
+ optional(" com.jayway.jsonpath:json-path:2.1.0" )
1018
1013
testCompile(project(" :spring-context-support" ))
1019
1014
testCompile(project(" :spring-oxm" ))
1020
1015
testCompile(" javax.mail:javax.mail-api:${ javamailVersion} " )
1021
- testCompile(" javax.ejb:ejb-api:${ ejbApiVersion } " )
1016
+ testCompile(" javax.ejb:ejb-api:${ ejbVersion } " )
1022
1017
testCompile(" org.hibernate:hibernate-core:${ hibernate4Version} " )
1023
1018
testCompile(" org.hibernate:hibernate-entitymanager:${ hibernate4Version} " )
1024
1019
testCompile(" org.hibernate:hibernate-validator:${ hibval5Version} " )
0 commit comments