]> source.dussan.org Git - sonarqube.git/commitdiff
Drop unused dependency xpp3
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 19 Feb 2017 12:48:04 +0000 (13:48 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 19 Feb 2017 12:48:04 +0000 (13:48 +0100)
pom.xml
sonar-plugin-api/pom.xml

diff --git a/pom.xml b/pom.xml
index 47ab9ea2d64729d196c7345f47d39bb95bd0807a..3d37e630b1abb24b083605d64525f0f6345c1ad6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>assertj-guava</artifactId>
         <version>3.0.0</version>
       </dependency>
-      <dependency>
-        <groupId>xpp3</groupId>
-        <artifactId>xpp3</artifactId>
-        <version>1.1.3.3</version>
-      </dependency>
       <dependency>
         <groupId>org.codehaus.woodstox</groupId>
         <artifactId>stax2-api</artifactId>
index 7c1f1db45350e14a10c5bb2608ddb6ad3f2456ca..39dc432c805c4d7a1b170da6adf7ceeb297edbee 100644 (file)
       <optional>true</optional>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>xpp3</groupId>
-      <artifactId>xpp3</artifactId>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>javax.servlet-api</artifactId>