Skip to content

Commit d803e1b

Browse files
author
Tareq Abedrabbo
committed
Cleaned duplicate XMLBeans dependency
1 parent 0f2f7e5 commit d803e1b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,6 @@
311311
<version>2.1.5</version>
312312
<outputDirectory>${project.build.directory}/dependency/jaxb/</outputDirectory>
313313
</artifactItem>
314-
<artifactItem>
315-
<groupId>org.apache.xmlbeans</groupId>
316-
<artifactId>xmlbeans</artifactId>
317-
<version>2.4.0</version>
318-
<outputDirectory>${project.build.directory}/dependency/xmlbeans/</outputDirectory>
319-
</artifactItem>
320314
<!-- JiBX -->
321315
<artifactItem>
322316
<groupId>org.jibx</groupId>
@@ -345,9 +339,9 @@
345339
</artifactItem>
346340
<!--XMLBeans-->
347341
<artifactItem>
348-
<groupId>xmlbeans</groupId>
349-
<artifactId>xbean</artifactId>
350-
<version>2.2.0</version>
342+
<groupId>org.apache.xmlbeans</groupId>
343+
<artifactId>xmlbeans</artifactId>
344+
<version>2.4.0</version>
351345
<outputDirectory>${project.build.directory}/dependency/xmlbeans/</outputDirectory>
352346
</artifactItem>
353347
<!-- SOAP dependencies -->

0 commit comments

Comments
 (0)