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/06 07:02:06 UTC

svn commit: r1555682 - /archiva/trunk/archiva-modules/archiva-web/archiva-web-common/pom.xml

Author: olamy
Date: Mon Jan  6 06:02:06 2014
New Revision: 1555682

URL: http://svn.apache.org/r1555682
Log:
fix xml dependency

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-web-common/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-web-common/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-web-common/pom.xml?rev=1555682&r1=1555681&r2=1555682&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-web-common/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-web-common/pom.xml Mon Jan  6 06:02:06 2014
@@ -401,7 +401,11 @@
       <artifactId>fest-assert-core</artifactId>
       <scope>test</scope>
     </dependency>
-
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <scope>test</scope>
+    </dependency>
 
   </dependencies>