SWS-553 - Upgrade XMLBeans to 2.4.0
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
6
pom.xml
6
pom.xml
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user