From f200332e83e6a27fa8fbb2a0973cf0b12143a49c Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Fri, 28 Sep 2012 16:32:42 -0500 Subject: [PATCH] Fixed broken unit tests by updating castor dependency --- spring-batch-infrastructure-tests/pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/spring-batch-infrastructure-tests/pom.xml b/spring-batch-infrastructure-tests/pom.xml index 2443c4152..c2ebfadd3 100644 --- a/spring-batch-infrastructure-tests/pom.xml +++ b/spring-batch-infrastructure-tests/pom.xml @@ -130,11 +130,17 @@ test - org.codehaus.castor - castor - 1.2 + org.codehaus.castor + castor-xml + 1.3.2 test + + commons-lang + commons-lang + 2.5 + test + org.slf4j slf4j-log4j12