You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/07/10 15:02:35 UTC

[cxf-fediz] 01/02: remove xerces rependency from openjpa-maven-plugin

This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit eadffec52fbbd4cad847747c8ccc4c921d97dc60
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Jul 10 17:59:57 2020 +0300

    remove xerces rependency from openjpa-maven-plugin
---
 services/idp-core/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/services/idp-core/pom.xml b/services/idp-core/pom.xml
index 95b17b1..974a306 100644
--- a/services/idp-core/pom.xml
+++ b/services/idp-core/pom.xml
@@ -214,13 +214,6 @@
                         </goals>
                     </execution>
                 </executions>
-                <dependencies>
-                    <dependency>
-                        <groupId>xerces</groupId>
-                        <artifactId>xercesImpl</artifactId>
-                        <version>2.11.0</version>
-                    </dependency>
-                </dependencies>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>