Upgrade to Apache Johnzon 1.1.8 and JCA 1.7.1
This commit is contained in:
@@ -275,7 +275,7 @@ configure(rootProject) {
|
||||
testCompile(project(":spring-tx"))
|
||||
testCompile(project(":spring-web"))
|
||||
testCompile("javax.inject:javax.inject:1")
|
||||
testCompile("javax.resource:javax.resource-api:1.7")
|
||||
testCompile("javax.resource:javax.resource-api:1.7.1")
|
||||
testCompile("javax.servlet:javax.servlet-api:3.1.0")
|
||||
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
|
||||
|
||||
@@ -9,7 +9,7 @@ dependencies {
|
||||
optional(project(":spring-aop"))
|
||||
optional(project(":spring-context"))
|
||||
optional(project(":spring-oxm"))
|
||||
optional("javax.resource:javax.resource-api:1.7")
|
||||
optional("javax.resource:javax.resource-api:1.7.1")
|
||||
optional("javax.transaction:javax.transaction-api:1.3")
|
||||
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
optional(project(":spring-context")) // for JCA, @EnableTransactionManagement
|
||||
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.resource:javax.resource-api:1.7.1")
|
||||
optional("javax.transaction:javax.transaction-api:1.3")
|
||||
optional("com.ibm.websphere:uow:6.0.2.17")
|
||||
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||
|
||||
@@ -80,5 +80,5 @@ dependencies {
|
||||
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
|
||||
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
|
||||
testRuntime("javax.json:javax.json-api:1.1.2")
|
||||
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.7")
|
||||
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.8")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user