diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2014-06-18 11:41:59 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2014-06-18 16:26:00 +0200 |
commit | 1e39cf737eed643f1aaed340fce5696eb760a7d8 (patch) | |
tree | f5f3763d04d45f3b0708c935a92b9c0cdd025167 /pom.xml | |
parent | f3ce69889f1a33e07d81ba20e052eebe599a03bc (diff) | |
download | sonarqube-1e39cf737eed643f1aaed340fce5696eb760a7d8.tar.gz sonarqube-1e39cf737eed643f1aaed340fce5696eb760a7d8.zip |
SONAR-5389 Drop batch-api module
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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> |