aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-10-01 17:58:15 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-10-02 08:40:52 +0200
commitcd96c5a2d601fa5b13e1b15d46f1b4812a745268 (patch)
tree7d3e5370480d49a1fc6ae5489b68af218438bb89 /sonar-plugin-api/pom.xml
parent6f125c33284cc5b7231cf982d8b7157c8097eb27 (diff)
downloadsonarqube-cd96c5a2d601fa5b13e1b15d46f1b4812a745268.tar.gz
sonarqube-cd96c5a2d601fa5b13e1b15d46f1b4812a745268.zip
SONAR-4735 Remove the XML libs that are packaged with Java 6
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r--sonar-plugin-api/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index 494d2291242..801b6306397 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -123,14 +123,6 @@
<artifactId>staxmate</artifactId>
</dependency>
<dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </dependency>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </dependency>
- <dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>