SWS-553 - Upgrade XMLBeans to 2.4.0

This commit is contained in:
Tareq Abedrabbo
2009-08-20 09:58:52 +00:00
parent b87164e258
commit 0f2f7e55ee
3 changed files with 8 additions and 8 deletions

View File

@@ -178,8 +178,8 @@
</dependency>
<!-- XMLBeans -->
<dependency>
<groupId>xmlbeans</groupId>
<artifactId>xbean</artifactId>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<optional>true</optional>
</dependency>
<!-- JiBX -->

View File

@@ -365,9 +365,9 @@
</dependency>
<!-- XMLBeans -->
<dependency>
<groupId>xmlbeans</groupId>
<artifactId>xbean</artifactId>
<version>2.2.0</version>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.4.0</version>
</dependency>
<!-- JiBX -->
<dependency>

View File

@@ -312,9 +312,9 @@
<outputDirectory>${project.build.directory}/dependency/jaxb/</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>xmlbeans</groupId>
<artifactId>xbean</artifactId>
<version>2.2.0</version>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.4.0</version>
<outputDirectory>${project.build.directory}/dependency/xmlbeans/</outputDirectory>
</artifactItem>
<!-- JiBX -->