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 <[email protected]> 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>
