summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2014-06-18 11:41:59 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2014-06-18 16:26:00 +0200
commit1e39cf737eed643f1aaed340fce5696eb760a7d8 (patch)
treef5f3763d04d45f3b0708c935a92b9c0cdd025167 /pom.xml
parentf3ce69889f1a33e07d81ba20e052eebe599a03bc (diff)
downloadsonarqube-1e39cf737eed643f1aaed340fce5696eb760a7d8.tar.gz
sonarqube-1e39cf737eed643f1aaed340fce5696eb760a7d8.zip
SONAR-5389 Drop batch-api module
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 907c04df713..822598b083b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,6 @@
<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>
@@ -577,11 +576,6 @@
</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>