aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 13:48:04 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 13:48:04 +0100
commitb0511795397b19e4eeb0d82aec92105db4658380 (patch)
tree97df4d319cb1f96e4a76d100695b23fecd667013
parent1b00feff2f79e91c32fac15884e2bfc8157d861a (diff)
downloadsonarqube-b0511795397b19e4eeb0d82aec92105db4658380.tar.gz
sonarqube-b0511795397b19e4eeb0d82aec92105db4658380.zip
Drop unused dependency xpp3
-rw-r--r--pom.xml5
-rw-r--r--sonar-plugin-api/pom.xml5
2 files changed, 0 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 47ab9ea2d64..3d37e630b1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -918,11 +918,6 @@
<version>3.0.0</version>
</dependency>
<dependency>
- <groupId>xpp3</groupId>
- <artifactId>xpp3</artifactId>
- <version>1.1.3.3</version>
- </dependency>
- <dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>3.1.4</version>
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>