aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2014-10-15 09:16:00 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2014-10-15 13:29:07 +0200
commitaef554d9b0f452eabf4870cb759bdd5d308c3670 (patch)
tree05dd33668db78992a1a72581b89ef278d1be9ac1 /sonar-plugin-api/pom.xml
parent6cde9e5850019be8e90b4dd1ea6c89263b1fcdae (diff)
downloadsonarqube-aef554d9b0f452eabf4870cb759bdd5d308c3670.tar.gz
sonarqube-aef554d9b0f452eabf4870cb759bdd5d308c3670.zip
SONAR-4118 Remove XStream from API dependencies
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-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 9195d9193bf..fde0b298948 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -101,10 +101,6 @@
<artifactId>log4j-over-slf4j</artifactId>
</dependency>
<dependency>
- <groupId>com.thoughtworks.xstream</groupId>
- <artifactId>xstream</artifactId>
- </dependency>
- <dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</dependency>