Skip to content

Commit

Permalink
Upgrade to EclipseLink 2.7.6 and JiBX 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Feb 5, 2020
1 parent 82adb09 commit 65c8a10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions spring-oxm/spring-oxm.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 65c8a10

Please sign in to comment.