aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-22 16:21:35 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-28 09:28:37 +0200
commitce04507c53a5b84091781b1834c2cd657c2798cb (patch)
tree5d3445ef595e1e99463d7c021b86b58e6e27a0c9 /sonar-core/pom.xml
parentc3aa3b115c39a407b318bb8b917660323874be4c (diff)
downloadsonarqube-ce04507c53a5b84091781b1834c2cd657c2798cb.tar.gz
sonarqube-ce04507c53a5b84091781b1834c2cd657c2798cb.zip
SONAR-6370 Shade and relocate Guava, GSON and Apache Commons into sonar-plugin-api
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index d0a816d282e..00599ab710c 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -20,6 +20,10 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.picocontainer</groupId>
<artifactId>picocontainer</artifactId>
</dependency>