diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-17 15:14:02 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-19 15:11:41 +0200 |
commit | 56a80500c3f75cc35d04555d8095369762647dc5 (patch) | |
tree | d30d13c41a55444d51e264a7d58e6f22e815d354 /sonar-core/pom.xml | |
parent | 84130a48317612980a5c92647adf300b99c7545e (diff) | |
download | sonarqube-56a80500c3f75cc35d04555d8095369762647dc5.tar.gz sonarqube-56a80500c3f75cc35d04555d8095369762647dc5.zip |
SONAR-6517 remove dependency of sonar-plugin-api on picocontainer
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index ea0fd0be8f8..1fb4e03daf2 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -20,6 +20,10 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.picocontainer</groupId> + <artifactId>picocontainer</artifactId> + </dependency> + <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-classloader</artifactId> </dependency> |