You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/02/14 02:52:19 UTC

svn commit: r1659741 - /maven/doxia/doxia/trunk/doxia-core/pom.xml

Author: hboutemy
Date: Sat Feb 14 01:52:19 2015
New Revision: 1659741

URL: http://svn.apache.org/r1659741
Log:
[DOXIA-526] removed xerces:xercesImpl dependency

Modified:
    maven/doxia/doxia/trunk/doxia-core/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/pom.xml?rev=1659741&r1=1659740&r2=1659741&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-core/pom.xml Sat Feb 14 01:52:19 2015
@@ -55,11 +55,6 @@ under the License.
       <artifactId>plexus-component-annotations</artifactId>
     </dependency>
     <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.9.1</version>
-    </dependency>
-    <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
       <version>2.4</version>