[MRM-1803] force xalan version in the webapp

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1574764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2014-03-06 04:28:00 +00:00
parent e35c74ee57
commit 0e75b8fd66
2 changed files with 10 additions and 4 deletions

View File

@ -841,6 +841,11 @@
<artifactId>jsoup</artifactId>
</dependency>
<!-- we need to force xalan version for IBM servers.. MRM-1803 ->
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>

View File

@ -109,6 +109,11 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@ -627,10 +632,6 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
<exclusion>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>