@@ -42,10 +42,10 @@ dependencies {
42
42
optional(" org.apache.taglibs:taglibs-standard-jstlel:1.2.5" ) {
43
43
exclude group : " org.apache.taglibs" , module : " taglibs-standard-spec"
44
44
}
45
- optional(" net.sourceforge.htmlunit:htmlunit:2.29 " ) {
45
+ optional(" net.sourceforge.htmlunit:htmlunit:2.30 " ) {
46
46
exclude group : " commons-logging" , module : " commons-logging"
47
47
}
48
- optional(" org.seleniumhq.selenium:htmlunit-driver:2.29.3 " ) {
48
+ optional(" org.seleniumhq.selenium:htmlunit-driver:2.30.0 " ) {
49
49
exclude group : " commons-logging" , module : " commons-logging"
50
50
}
51
51
optional(" org.seleniumhq.selenium:selenium-java:3.11.0" ) {
@@ -60,6 +60,7 @@ dependencies {
60
60
optional(" io.projectreactor:reactor-test" )
61
61
testCompile(project(" :spring-context-support" ))
62
62
testCompile(project(" :spring-oxm" ))
63
+ testCompile(" javax.annotation:javax.annotation-api:1.3.2" )
63
64
testCompile(" javax.cache:cache-api:1.1.0" )
64
65
testCompile(" javax.ejb:javax.ejb-api:3.2" )
65
66
testCompile(" javax.interceptor:javax.interceptor-api:1.2.1" )
@@ -82,11 +83,10 @@ dependencies {
82
83
testCompile(' io.projectreactor.ipc:reactor-netty' )
83
84
// Pull in the latest JUnit 5 Launcher API and the Vintage engine as well
84
85
// so that we can run JUnit 4 tests in IntelliJ IDEA.
86
+ testCompile(' de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1' )
85
87
testRuntime(" org.junit.jupiter:junit-jupiter-engine:${ junitJupiterVersion} " )
86
88
testRuntime(" org.junit.platform:junit-platform-launcher:${ junitPlatformVersion} " )
87
89
testRuntime(" org.junit.vintage:junit-vintage-engine:${ junitVintageVersion} " )
88
- testCompile(' de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1' )
89
- testRuntime(" javax.annotation:javax.annotation-api:1.3.2" )
90
90
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
91
91
testRuntime(" com.sun.xml.bind:jaxb-core:2.3.0" )
92
92
testRuntime(" com.sun.xml.bind:jaxb-impl:2.3.0" )
0 commit comments