You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/01/30 12:32:55 UTC

svn commit: r1562784 - /archiva/branches/2.0.0-RC/archiva-modules/archiva-web/archiva-webapp/pom.xml

Author: olamy
Date: Thu Jan 30 11:32:55 2014
New Revision: 1562784

URL: http://svn.apache.org/r1562784
Log:
fix dependency version

Modified:
    archiva/branches/2.0.0-RC/archiva-modules/archiva-web/archiva-webapp/pom.xml

Modified: archiva/branches/2.0.0-RC/archiva-modules/archiva-web/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/archiva/branches/2.0.0-RC/archiva-modules/archiva-web/archiva-webapp/pom.xml?rev=1562784&r1=1562783&r2=1562784&view=diff
==============================================================================
--- archiva/branches/2.0.0-RC/archiva-modules/archiva-web/archiva-webapp/pom.xml (original)
+++ archiva/branches/2.0.0-RC/archiva-modules/archiva-web/archiva-webapp/pom.xml Thu Jan 30 11:32:55 2014
@@ -270,7 +270,6 @@
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <version>2.9.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
@@ -575,11 +574,6 @@
     </dependency>
 
     <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-webdav</artifactId>
       <exclusions>