aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-11-07 17:09:48 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-11-07 17:13:17 +0100
commit0c410b971537947ff4900e015fe71dd3e81157f2 (patch)
tree53ffe110128a866a218fa7fc4435b26283b095ac /sonar-plugin-api/pom.xml
parentb633e57cbfe1789a2048b3b79702ff84514e8525 (diff)
downloadsonarqube-0c410b971537947ff4900e015fe71dd3e81157f2.tar.gz
sonarqube-0c410b971537947ff4900e015fe71dd3e81157f2.zip
Remove useless Maven dependencies
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r--sonar-plugin-api/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index 0b1ce4586f0..90164cf32f1 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -102,6 +102,12 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-lgpl</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>