Upgrade framework build to JPA 2.2 and JTA 1.3
Issue: SPR-16685
This commit is contained in:
@@ -8,9 +8,9 @@ dependencies {
|
||||
optional("javax.ejb:javax.ejb-api:3.2")
|
||||
optional("javax.interceptor:javax.interceptor-api:1.2.1")
|
||||
optional("javax.resource:javax.resource-api:1.7")
|
||||
optional("javax.transaction:javax.transaction-api:1.2")
|
||||
optional("javax.transaction:javax.transaction-api:1.3")
|
||||
optional("com.ibm.websphere:uow:6.0.2.17")
|
||||
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||
testCompile("org.codehaus.groovy:groovy-all:${groovyVersion}")
|
||||
testCompile("org.eclipse.persistence:javax.persistence:2.1.1")
|
||||
testCompile("org.eclipse.persistence:javax.persistence:2.2.0")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user