summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-11-05 12:30:18 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2015-11-05 18:37:51 +0100
commit266e3139c3ef6112d43d3422489a0654937b1816 (patch)
tree307cd66d2cb3c129b5bfe94f88883b1046df7446 /pom.xml
parenta98d46a8aa838cd2b209e66347794778017ed88c (diff)
downloadsonarqube-266e3139c3ef6112d43d3422489a0654937b1816.tar.gz
sonarqube-266e3139c3ef6112d43d3422489a0654937b1816.zip
SONAR-6998 Remove injection of MavenProject in module IoC container
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index d8f301eea29..0c65672d359 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,6 @@
<module>sonar-ws</module>
<module>sonar-testing-harness</module>
<module>plugins/sonar-xoo-plugin</module>
- <module>plugins/sonar-batch-maven-plugin</module>
</modules>
<organization>
@@ -832,16 +831,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- <version>2.0.7</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-core</artifactId>
- <version>2.0.7</version>
- </dependency>
- <dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<!-- animal-sniffer doesn't work with 2.6.1 -->