aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-26 09:43:25 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-28 09:28:59 +0200
commit48dc03e1ff340af6ecb9f3bea6c5310f90af8df8 (patch)
tree02b07efd690560729c019709b3d06b505b00949c /pom.xml
parent419bb7fc18e6e8f427f54792fd63f10754d683ce (diff)
downloadsonarqube-48dc03e1ff340af6ecb9f3bea6c5310f90af8df8.tar.gz
sonarqube-48dc03e1ff340af6ecb9f3bea6c5310f90af8df8.zip
SONAR-6370 Package deprecated API dependencies in a single JAR.
This JAR file contains Guava, GSON and commons-*. It will be declared in the classloaders of "old" plugins that do not embed their own versions of these libraries.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 54c1246703f..afb2c5c90be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,7 @@
<description>Open source platform for continuous inspection of code quality</description>
<modules>
+ <module>sonar-api-deps</module>
<module>sonar-application</module>
<module>sonar-batch</module>
<module>sonar-batch-maven-compat</module>