Browse Source

fix xml dependency

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1555679 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-2.0.0-RC1
Olivier Lamy 10 years ago
parent
commit
c912daf1cb

+ 5
- 0
archiva-modules/archiva-web/archiva-rss/pom.xml View File

@@ -72,6 +72,11 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>

+ 5
- 0
archiva-modules/plugins/stage-repository-merge/pom.xml View File

@@ -113,6 +113,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>

Loading…
Cancel
Save