aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-04 11:06:38 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-04 11:06:38 +0100
commit6edc93d798f30fdaec08e5677903b68c729903e1 (patch)
treedfb64421fb667deb3814a6723d2515bc3be5a797 /pom.xml
parentbb0bcf4dfb1eef2ff42655d5e00b5d62c7bc4a6e (diff)
downloadsonarqube-6edc93d798f30fdaec08e5677903b68c729903e1.tar.gz
sonarqube-6edc93d798f30fdaec08e5677903b68c729903e1.zip
Revert removal of Xalan
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 62255d2e0db..5386fca70ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -989,6 +989,11 @@
<version>2.8.1</version>
</dependency>
<dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1</version>
+ </dependency>
+ <dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.2</version>