Updated poms.

This commit is contained in:
Arjen Poutsma
2007-05-20 11:10:59 +00:00
parent 8fc2dd1b6d
commit aabe75f422
4 changed files with 25 additions and 8 deletions

View File

@@ -88,8 +88,7 @@
<artifactId>xercesImpl</artifactId>
<scope>provided</scope>
</dependency>
<!-- O/X Mapping dependencies -->
<!-- Castor -->
<!-- O/X Mapping dependencies --><!-- Castor -->
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor</artifactId>
@@ -172,6 +171,18 @@
<version>20060615</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>isorelax</groupId>
<artifactId>isorelax</artifactId>
<version>20030108</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>relaxngDatatype</groupId>
<artifactId>relaxngDatatype</artifactId>
<version>20020414</version>
<scope>test</scope>
</dependency>
<!-- XMLBeans -->
<dependency>
<groupId>xmlbeans</groupId>