aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-01-31 17:12:06 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-01 14:28:38 +0100
commit43fe02be87a3f22cdb2b61ce17eb6eb6b8afb856 (patch)
tree5f3b3923d69e743c5bc247ad872d09b450987435 /sonar-plugin-api
parent846b39889a0aee7ca7328501432e219dbd168a4f (diff)
downloadsonarqube-43fe02be87a3f22cdb2b61ce17eb6eb6b8afb856.tar.gz
sonarqube-43fe02be87a3f22cdb2b61ce17eb6eb6b8afb856.zip
SONAR-4119 Remove Xalan from API
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r--sonar-plugin-api/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index 01576616046..9ffcb6b37c7 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -122,10 +122,6 @@
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </dependency>
- <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<optional>true</optional>