]> source.dussan.org Git - archiva.git/commitdiff
fix xml dependency
authorOlivier Lamy <olamy@apache.org>
Mon, 6 Jan 2014 05:32:45 +0000 (05:32 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 6 Jan 2014 05:32:45 +0000 (05:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555679 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-rss/pom.xml
archiva-modules/plugins/stage-repository-merge/pom.xml

index 4cf4d1ef9446e113cfabd6affab4ed48db0b52ce..f853730504a5e9bf37b1a4b9675e057d403d220e 100644 (file)
       <artifactId>spring-test</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>
index 035adaeb04b97b60534cc323faf9e3c79bd8edab..cb8aad8480ef011249d84190ee35d3848a37a621 100644 (file)
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>