aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-17 15:14:02 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-19 15:11:41 +0200
commit56a80500c3f75cc35d04555d8095369762647dc5 (patch)
treed30d13c41a55444d51e264a7d58e6f22e815d354 /sonar-plugin-api/pom.xml
parent84130a48317612980a5c92647adf300b99c7545e (diff)
downloadsonarqube-56a80500c3f75cc35d04555d8095369762647dc5.tar.gz
sonarqube-56a80500c3f75cc35d04555d8095369762647dc5.zip
SONAR-6517 remove dependency of sonar-plugin-api on picocontainer
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r--sonar-plugin-api/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index 039aba7b84a..2e37e8f3498 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -63,6 +63,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.picocontainer</groupId>
+ <artifactId>picocontainer</artifactId>
+ </exclusion>
</exclusions>
</dependency>