diff options
author | Olivier Lamy <olamy@apache.org> | 2014-03-06 04:28:00 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-03-06 04:28:00 +0000 |
commit | 0e75b8fd669f04996af282ac003d15991411e246 (patch) | |
tree | 2975dedea243f991a7cb99cf127a8143d013c280 /pom.xml | |
parent | e35c74ee570e40b2ef4ce6245c73b90d9bbfef8d (diff) | |
download | archiva-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.xml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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> |