diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-04 11:06:38 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-04 11:06:38 +0100 |
commit | 6edc93d798f30fdaec08e5677903b68c729903e1 (patch) | |
tree | dfb64421fb667deb3814a6723d2515bc3be5a797 /pom.xml | |
parent | bb0bcf4dfb1eef2ff42655d5e00b5d62c7bc4a6e (diff) | |
download | sonarqube-6edc93d798f30fdaec08e5677903b68c729903e1.tar.gz sonarqube-6edc93d798f30fdaec08e5677903b68c729903e1.zip |
Revert removal of Xalan
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |