Fixed JAXB dependencies.

This commit is contained in:
Arjen Poutsma
2007-04-24 23:38:41 +00:00
parent b435378b39
commit df8cbcd15e
4 changed files with 23 additions and 16 deletions

View File

@@ -154,12 +154,24 @@
<version>1.0.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-libs</artifactId>
<version>1.0.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>1.0.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.msv.datatype.xsd</groupId>
<artifactId>xsdlib</artifactId>
<version>20060615</version>
<scope>test</scope>
</dependency>
<!-- XMLBeans -->
<dependency>
<groupId>xmlbeans</groupId>