Browse Source

Upgrade to EclipseLink 2.7.6 and JiBX 1.3.3

pull/24483/head
Juergen Hoeller 6 years ago
parent
commit
65c8a10fb0
  1. 4
      build.gradle
  2. 4
      spring-oxm/spring-oxm.gradle

4
build.gradle

@ -88,7 +88,7 @@ configure(allprojects) { project -> @@ -88,7 +88,7 @@ configure(allprojects) { project ->
dependency("org.codehaus.jettison:jettison:1.3.8") {
exclude group: "stax", name: "stax-api"
}
dependencySet(group: 'org.jibx', version: '1.3.1') {
dependencySet(group: 'org.jibx', version: '1.3.3') {
entry 'jibx-bind'
entry 'jibx-run'
}
@ -234,7 +234,7 @@ configure(allprojects) { project -> @@ -234,7 +234,7 @@ configure(allprojects) { project ->
dependency "com.ibm.websphere:uow:6.0.2.17"
dependency "com.jamonapi:jamon:2.81"
dependency "joda-time:joda-time:2.10.5"
dependency "org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.5"
dependency "org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.6"
dependency "org.javamoney:moneta:1.3"
dependency "com.sun.activation:javax.activation:1.2.0"

4
spring-oxm/spring-oxm.gradle

@ -6,7 +6,7 @@ configurations { @@ -6,7 +6,7 @@ configurations {
}
dependencies {
jibx "org.jibx:jibx-bind:1.3.1"
jibx "org.jibx:jibx-bind:1.3.3"
jibx "org.apache.bcel:bcel:6.0"
xjc "javax.xml.bind:jaxb-api:2.3.1"
xjc "com.sun.xml.bind:jaxb-core:2.3.0.1"
@ -74,7 +74,7 @@ dependencies { @@ -74,7 +74,7 @@ dependencies {
testRuntime("com.sun.xml.bind:jaxb-impl")
}
// JiBX compiler is currently not compatible with JDK 9
// JiBX compiler is currently not compatible with JDK 9+
if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
compileTestJava {
def bindingXml = "${projectDir}/src/test/resources/org/springframework/oxm/jibx/binding.xml"

Loading…
Cancel
Save