diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-10-15 09:16:00 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-10-15 13:29:07 +0200 |
commit | aef554d9b0f452eabf4870cb759bdd5d308c3670 (patch) | |
tree | 05dd33668db78992a1a72581b89ef278d1be9ac1 /sonar-plugin-api/pom.xml | |
parent | 6cde9e5850019be8e90b4dd1ea6c89263b1fcdae (diff) | |
download | sonarqube-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.xml | 4 |
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> |