diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-01 17:58:15 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-02 08:40:52 +0200 |
commit | cd96c5a2d601fa5b13e1b15d46f1b4812a745268 (patch) | |
tree | 7d3e5370480d49a1fc6ae5489b68af218438bb89 /sonar-plugin-api | |
parent | 6f125c33284cc5b7231cf982d8b7157c8097eb27 (diff) | |
download | sonarqube-cd96c5a2d601fa5b13e1b15d46f1b4812a745268.tar.gz sonarqube-cd96c5a2d601fa5b13e1b15d46f1b4812a745268.zip |
SONAR-4735 Remove the XML libs that are packaged with Java 6
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r-- | sonar-plugin-api/pom.xml | 8 |
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> |