]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4118 Remove XStream from API dependencies
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 15 Oct 2014 07:16:00 +0000 (09:16 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 15 Oct 2014 11:29:07 +0000 (13:29 +0200)
pom.xml
server/sonar-server/pom.xml
sonar-plugin-api/pom.xml

diff --git a/pom.xml b/pom.xml
index 5923ffc45bcdd08a4cc7f903a2cb04fc25f7e809..e2529a2a9eb53bb7629432e79506c5165095d26a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>fest-assert</artifactId>
         <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>
index 6787606b3d96a91b2c955b814a25a2ed995f1248..21644299f45364ab353472cbe15d2da6d82e5acd 100644 (file)
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.thoughtworks.xstream</groupId>
-      <artifactId>xstream</artifactId>
-    </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
index 9195d9193bf117a270d4a8197c9b94c3a0549bfc..fde0b29894805a33605577643fc1a074676baac7 100644 (file)
       <groupId>org.slf4j</groupId>
       <artifactId>log4j-over-slf4j</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.thoughtworks.xstream</groupId>
-      <artifactId>xstream</artifactId>
-    </dependency>
     <dependency>
       <groupId>xpp3</groupId>
       <artifactId>xpp3</artifactId>