aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2014-06-12 09:38:46 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2014-06-16 09:42:46 +0200
commitd35dc73824f38e3585b44d8b7ee9df867bccec5b (patch)
tree1248c5da0843b6218c677f1a375a82e3bb67b383 /pom.xml
parent74e76cbd9f07045561a219efe49f220253508ddb (diff)
downloadsonarqube-d35dc73824f38e3585b44d8b7ee9df867bccec5b.tar.gz
sonarqube-d35dc73824f38e3585b44d8b7ee9df867bccec5b.zip
SONAR-5389 New Analyzer API
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c1b603d8bfd..2b63e2a5021 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,6 +14,7 @@
<modules>
<module>sonar-application</module>
<module>sonar-batch</module>
+ <module>sonar-batch-plugin-api</module>
<module>sonar-batch-maven-compat</module>
<module>sonar-check-api</module>
<module>sonar-colorizer</module>
@@ -576,6 +577,11 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-batch-plugin-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-update-center-common</artifactId>
<version>${sonarUpdateCenter.version}</version>
</dependency>