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 /archiva-modules/archiva-web | |
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 'archiva-modules/archiva-web')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index d1723ecb7..986d8cc10 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -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> |