Browse Source

Merge pull request #59 from sslavic/SPR-8360

* SPR-8360:
  Fix JibxMarshallerTests failing on Windows
pull/59/merge
Chris Beams 14 years ago
parent
commit
95e99fe2a3
  1. 2
      build.gradle
  2. 2
      spring-oxm/oxm.gradle

2
build.gradle

@ -249,7 +249,7 @@ project('spring-oxm') { @@ -249,7 +249,7 @@ project('spring-oxm') {
compile "commons-lang:commons-lang:2.5"
compile("com.thoughtworks.xstream:xstream:1.3.1", optional)
compile("com.sun.xml.bind:jaxb-impl:2.1.7", optional)
compile("org.jibx:jibx-run:1.1.5", optional)
compile("org.jibx:jibx-run:1.2.3", optional)
compile("org.apache.xmlbeans:xmlbeans:2.4.0", optional)
compile("org.codehaus.castor:castor-xml:1.3.2", optional)
testCompile "org.codehaus.jettison:jettison:1.0.1"

2
spring-oxm/oxm.gradle

@ -9,7 +9,7 @@ dependencies { @@ -9,7 +9,7 @@ dependencies {
castor "velocity:velocity:1.5"
xjc "com.sun.xml:com.springsource.com.sun.tools.xjc:2.1.7"
xmlbeans "org.apache.xmlbeans:com.springsource.org.apache.xmlbeans:2.4.0"
jibx "org.jibx:jibx-bind:1.1.5"
jibx "org.jibx:jibx-bind:1.2.3"
jibx "bcel:bcel:5.1"
}

Loading…
Cancel
Save