Latest dependency updates (EclipseLink 2.7 final, Hibernate ORM 5.2.11, Selenium 3.5.3)
This commit is contained in:
@@ -8,8 +8,8 @@ dependencies {
|
|||||||
optional(project(":spring-aop"))
|
optional(project(":spring-aop"))
|
||||||
optional(project(":spring-context"))
|
optional(project(":spring-context"))
|
||||||
optional(project(":spring-web"))
|
optional(project(":spring-web"))
|
||||||
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.0-RC3")
|
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.0")
|
||||||
optional("org.hibernate:hibernate-core:5.2.10.Final")
|
optional("org.hibernate:hibernate-core:5.2.11.Final")
|
||||||
optional("javax.servlet:javax.servlet-api:3.1.0")
|
optional("javax.servlet:javax.servlet-api:3.1.0")
|
||||||
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
|
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||||
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
|
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ dependencies {
|
|||||||
optional("org.seleniumhq.selenium:htmlunit-driver:2.27") {
|
optional("org.seleniumhq.selenium:htmlunit-driver:2.27") {
|
||||||
exclude group: "commons-logging", module: "commons-logging"
|
exclude group: "commons-logging", module: "commons-logging"
|
||||||
}
|
}
|
||||||
optional("org.seleniumhq.selenium:selenium-java:3.4.0") {
|
optional("org.seleniumhq.selenium:selenium-java:3.5.3") {
|
||||||
exclude group: "commons-logging", module: "commons-logging"
|
exclude group: "commons-logging", module: "commons-logging"
|
||||||
exclude group: "io.netty", module: "netty"
|
exclude group: "io.netty", module: "netty"
|
||||||
}
|
}
|
||||||
@@ -64,7 +64,7 @@ dependencies {
|
|||||||
testCompile("javax.ejb:javax.ejb-api:3.2")
|
testCompile("javax.ejb:javax.ejb-api:3.2")
|
||||||
testCompile("javax.interceptor:javax.interceptor-api:1.2")
|
testCompile("javax.interceptor:javax.interceptor-api:1.2")
|
||||||
testCompile("javax.cache:cache-api:1.0.0")
|
testCompile("javax.cache:cache-api:1.0.0")
|
||||||
testCompile("org.hibernate:hibernate-core:5.2.10.Final")
|
testCompile("org.hibernate:hibernate-core:5.2.11.Final")
|
||||||
testCompile("org.hibernate:hibernate-validator:6.0.2.Final")
|
testCompile("org.hibernate:hibernate-validator:6.0.2.Final")
|
||||||
// Enable use of the JUnitPlatform Runner
|
// Enable use of the JUnitPlatform Runner
|
||||||
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")
|
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")
|
||||||
|
|||||||
Reference in New Issue
Block a user