Upgrade framework build to JPA 2.2 and JTA 1.3

Issue: SPR-16685
This commit is contained in:
Juergen Hoeller
2018-04-11 16:06:10 +02:00
parent f28a5d0cf7
commit e170cb0f79
6 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ dependencies {
optional(project(":spring-context"))
optional(project(":spring-web"))
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.1")
optional("org.hibernate:hibernate-core:5.2.16.Final")
optional("org.hibernate:hibernate-core:5.3.0.CR1")
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")