File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ project('spring-oxm') {
249
249
compile " commons-lang:commons-lang:2.5"
250
250
compile(" com.thoughtworks.xstream:xstream:1.3.1" , optional)
251
251
compile(" com.sun.xml.bind:jaxb-impl:2.1.7" , optional)
252
- compile(" org.jibx:jibx-run:1.1.5 " , optional)
252
+ compile(" org.jibx:jibx-run:1.2.3 " , optional)
253
253
compile(" org.apache.xmlbeans:xmlbeans:2.4.0" , optional)
254
254
compile(" org.codehaus.castor:castor-xml:1.3.2" , optional)
255
255
testCompile " org.codehaus.jettison:jettison:1.0.1"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
castor " velocity:velocity:1.5"
10
10
xjc " com.sun.xml:com.springsource.com.sun.tools.xjc:2.1.7"
11
11
xmlbeans " org.apache.xmlbeans:com.springsource.org.apache.xmlbeans:2.4.0"
12
- jibx " org.jibx:jibx-bind:1.1.5 "
12
+ jibx " org.jibx:jibx-bind:1.2.3 "
13
13
jibx " bcel:bcel:5.1"
14
14
}
15
15
You can’t perform that action at this time.
0 commit comments