aboutsummaryrefslogtreecommitdiffstats
path: root/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 /pom.xml
parent6cde9e5850019be8e90b4dd1ea6c89263b1fcdae (diff)
downloadsonarqube-aef554d9b0f452eabf4870cb759bdd5d308c3670.tar.gz
sonarqube-aef554d9b0f452eabf4870cb759bdd5d308c3670.zip
SONAR-4118 Remove XStream from API dependencies
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 5923ffc45bc..e2529a2a9eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -911,17 +911,6 @@
<version>1.4</version>
</dependency>
<dependency>
- <groupId>com.thoughtworks.xstream</groupId>
- <artifactId>xstream</artifactId>
- <version>1.3.1</version>
- <exclusions>
- <exclusion>
- <groupId>xpp3</groupId>
- <artifactId>xpp3_min</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.3.3</version>