Upgrade to EclipseLink 2.7.6 and JiBX 1.3.3

This commit is contained in:
Juergen Hoeller
2020-02-05 18:21:03 +01:00
parent 82adb09490
commit 65c8a10fb0
2 changed files with 4 additions and 4 deletions

View File

@@ -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 {
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"