Upgrade to EclipseLink 2.7.6 and JiBX 1.3.3
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user