From aef554d9b0f452eabf4870cb759bdd5d308c3670 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Wed, 15 Oct 2014 09:16:00 +0200 Subject: [PATCH] SONAR-4118 Remove XStream from API dependencies --- pom.xml | 11 ----------- server/sonar-server/pom.xml | 4 ---- sonar-plugin-api/pom.xml | 4 ---- 3 files changed, 19 deletions(-) diff --git a/pom.xml b/pom.xml index 5923ffc45bc..e2529a2a9eb 100644 --- a/pom.xml +++ b/pom.xml @@ -910,17 +910,6 @@ fest-assert 1.4 - - com.thoughtworks.xstream - xstream - 1.3.1 - - - xpp3 - xpp3_min - - - xpp3 xpp3 diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 6787606b3d9..21644299f45 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -125,10 +125,6 @@ commons-beanutils commons-beanutils - - com.thoughtworks.xstream - xstream - commons-collections commons-collections 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 @@ -100,10 +100,6 @@ org.slf4j log4j-over-slf4j - - com.thoughtworks.xstream - xstream - xpp3 xpp3 -- 2.39.5