aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-03-06 04:28:00 +0000
committerOlivier Lamy <olamy@apache.org>2014-03-06 04:28:00 +0000
commit0e75b8fd669f04996af282ac003d15991411e246 (patch)
tree2975dedea243f991a7cb99cf127a8143d013c280 /pom.xml
parente35c74ee570e40b2ef4ce6245c73b90d9bbfef8d (diff)
downloadarchiva-0e75b8fd669f04996af282ac003d15991411e246.tar.gz
archiva-0e75b8fd669f04996af282ac003d15991411e246.zip
[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
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 0827665af..ecc340e3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,6 +110,11 @@
<dependencyManagement>
<dependencies>
<dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
@@ -628,10 +633,6 @@
<artifactId>xercesImpl</artifactId>
</exclusion>
<exclusion>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </exclusion>
- <exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>