Upgraded to JAXB 2.0.3

This commit is contained in:
Arjen Poutsma
2007-01-04 02:01:55 +00:00
parent 727878cf6f
commit f6abe5c93f

View File

@@ -61,13 +61,13 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.0.1</version>
<version>2.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>2.0.1</version>
<version>2.0.3</version>
<scope>test</scope>
</dependency>