@@ -57,12 +57,12 @@ configure(allprojects) { project ->
57
57
ext. slf4jVersion = " 1.7.12"
58
58
ext. snakeyamlVersion = " 1.15"
59
59
ext. snifferVersion = " 1.14"
60
- ext. testngVersion = " 6.8.21 "
60
+ ext. testngVersion = " 6.9.4 "
61
61
ext. tiles2Version = " 2.2.2"
62
62
ext. tiles3Version = " 3.0.5"
63
63
ext. tomcatVersion = " 8.0.22"
64
64
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
65
- ext. undertowVersion = " 1.2.5 .Final"
65
+ ext. undertowVersion = " 1.2.6 .Final"
66
66
ext. woodstoxVersion = " 4.4.1"
67
67
ext. xmlunitVersion = " 1.6"
68
68
ext. xstreamVersion = " 1.4.8"
@@ -118,7 +118,7 @@ configure(allprojects) { project ->
118
118
119
119
repositories {
120
120
maven { url " https://repo.spring.io/libs-release" }
121
- maven { url " https://repo.spring.io/milestone" }
121
+ // maven { url "https://repo.spring.io/milestone" }
122
122
}
123
123
124
124
dependencies {
@@ -413,7 +413,7 @@ project("spring-aop") {
413
413
compile(" aopalliance:aopalliance:1.0" )
414
414
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
415
415
optional(" commons-pool:commons-pool:1.6" )
416
- optional(" org.apache.commons:commons-pool2:2.2 " )
416
+ optional(" org.apache.commons:commons-pool2:2.3 " )
417
417
optional(" com.jamonapi:jamon:2.81" )
418
418
}
419
419
}
@@ -1054,7 +1054,8 @@ project("spring-aspects") {
1054
1054
1055
1055
dependencies {
1056
1056
aspects(project(" :spring-orm" ))
1057
- ajc(" org.aspectj:aspectjtools:1.9.0.BETA-1" ) // for the ability to build on JDK 9, not exposed in the POMs yet
1057
+ // ajc("org.aspectj:aspectjtools:1.9.0.BETA-1") // for the ability to build on JDK 9, not exposed in the POMs yet
1058
+ ajc(" org.aspectj:aspectjtools:${ aspectjVersion} " ) // alternative to the above while Gradle fails on JDK 9 anyway
1058
1059
rt(" org.aspectj:aspectjrt:${ aspectjVersion} " ) // regular AspectJ version here, to be exposed in the POMs
1059
1060
compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
1060
1061
provided(" org.eclipse.persistence:javax.persistence:2.0.0" )
0 commit comments