aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/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 /sonar-plugin-api/pom.xml
parentbb0bcf4dfb1eef2ff42655d5e00b5d62c7bc4a6e (diff)
downloadsonarqube-6edc93d798f30fdaec08e5677903b68c729903e1.tar.gz
sonarqube-6edc93d798f30fdaec08e5677903b68c729903e1.zip
Revert removal of Xalan
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r--sonar-plugin-api/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index 9ffcb6b37c7..0bcba997e45 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -122,6 +123,10 @@
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ </dependency>
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<optional>true</optional>