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/16 05:37:43 UTC

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

Author: olamy
Date: Thu Jan 16 04:37:43 2014
New Revision: 1558696

URL: http://svn.apache.org/r1558696
Log:
force xerces version used in webapp

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=1558696&r1=1558695&r2=1558696&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 16 04:37:43 2014
@@ -575,6 +575,11 @@
     </dependency>
 
     <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.apache.archiva</groupId>
       <artifactId>archiva-webdav</artifactId>
       <exclusions>