diff options
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 --> |