Update pom and .classpath to reflect Castor upgrade

Issue: SPR-8341 SPR-8453
This commit is contained in:
Chris Beams
2011-06-16 04:36:53 +00:00
parent 23f31d453f
commit 2aaf14e96f
2 changed files with 9 additions and 8 deletions

View File

@@ -35,10 +35,10 @@
</dependency>
<!-- common logging dependency is in spring-core -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
<optional>true</optional>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
@@ -48,8 +48,8 @@
</dependency>
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor</artifactId>
<version>1.2</version>
<artifactId>castor-xml</artifactId>
<version>1.3.2</version>
<optional>true</optional>
</dependency>
<dependency>