diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-19 13:48:04 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-19 13:48:04 +0100 |
commit | b0511795397b19e4eeb0d82aec92105db4658380 (patch) | |
tree | 97df4d319cb1f96e4a76d100695b23fecd667013 /sonar-plugin-api/pom.xml | |
parent | 1b00feff2f79e91c32fac15884e2bfc8157d861a (diff) | |
download | sonarqube-b0511795397b19e4eeb0d82aec92105db4658380.tar.gz sonarqube-b0511795397b19e4eeb0d82aec92105db4658380.zip |
Drop unused dependency xpp3
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 7c1f1db4535..39dc432c805 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -115,11 +115,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>xpp3</groupId> - <artifactId>xpp3</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.0.1</version> |