|
|
|
|
@ -8,8 +8,8 @@ dependencies {
@@ -8,8 +8,8 @@ dependencies {
|
|
|
|
|
castor "org.codehaus.castor:castor-anttasks:1.2" |
|
|
|
|
castor "velocity:velocity:1.5" |
|
|
|
|
xjc "com.sun.xml.bind:jaxb-xjc:2.1.7" |
|
|
|
|
xmlbeans "org.apache.xmlbeans:xmlbeans:2.4.0" |
|
|
|
|
jibx "org.jibx:jibx-bind:1.2.3" |
|
|
|
|
xmlbeans "org.apache.xmlbeans:xmlbeans:2.6.0" |
|
|
|
|
jibx "org.jibx:jibx-bind:1.2.5" |
|
|
|
|
jibx "bcel:bcel:5.1" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -113,7 +113,7 @@ task genXmlbeans {
@@ -113,7 +113,7 @@ task genXmlbeans {
|
|
|
|
|
// add jibx binding to the normal test compilation process |
|
|
|
|
// INCOMPATIBLE WITH OPENJDK 8 b89+ |
|
|
|
|
def jibxEnabled = project.properties.get("testGroups")?.toLowerCase()?.split(",")?.contains("custom_compilation") |
|
|
|
|
if(jibxEnabled) { |
|
|
|
|
if (jibxEnabled) { |
|
|
|
|
compileTestJava { |
|
|
|
|
def bindingXml = "${projectDir}/src/test/resources/org/springframework/oxm/jibx/binding.xml" |
|
|
|
|
|
|
|
|
|
@ -131,4 +131,4 @@ if(jibxEnabled) {
@@ -131,4 +131,4 @@ if(jibxEnabled) {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|