|
|
|
@ -99,7 +99,7 @@ dependencies {
@@ -99,7 +99,7 @@ dependencies {
|
|
|
|
|
compile(project(":spring-beans")) |
|
|
|
|
compile(project(":spring-core")) |
|
|
|
|
optional("javax.xml.bind:jaxb-api:2.3.0") |
|
|
|
|
optional("javax.activation:activation:1.1.1") |
|
|
|
|
optional("javax.activation:javax.activation-api:1.2.0") |
|
|
|
|
optional("org.codehaus.castor:castor-xml:1.4.1") { |
|
|
|
|
exclude group: "stax", module: "stax-api" |
|
|
|
|
exclude group: "org.springframework", module: "spring-context" |
|
|
|
@ -117,7 +117,7 @@ dependencies {
@@ -117,7 +117,7 @@ dependencies {
|
|
|
|
|
} |
|
|
|
|
testCompile(files(genCastor.classesDir).builtBy(genCastor)) |
|
|
|
|
testCompile(files(genJaxb.classesDir).builtBy(genJaxb)) |
|
|
|
|
testCompile("org.xmlunit:xmlunit-matchers:2.6.0") |
|
|
|
|
testCompile("org.xmlunit:xmlunit-matchers:2.6.1") |
|
|
|
|
testRuntime("xerces:xercesImpl:2.11.0") // for Castor |
|
|
|
|
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1") |
|
|
|
|
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1") |
|
|
|
|