diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2015-11-05 12:30:18 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2015-11-05 18:37:51 +0100 |
commit | 266e3139c3ef6112d43d3422489a0654937b1816 (patch) | |
tree | 307cd66d2cb3c129b5bfe94f88883b1046df7446 /pom.xml | |
parent | a98d46a8aa838cd2b209e66347794778017ed88c (diff) | |
download | sonarqube-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.xml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 --> |