aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorGodin <mandrikov@gmail.com>2010-12-03 15:42:00 +0000
committerGodin <mandrikov@gmail.com>2010-12-03 15:42:00 +0000
commite0c44a1486144da97f75279b0f30c7110de94e96 (patch)
tree044be57441fc0f6f78b44d5643a1316dcf4c3cfc /sonar-plugin-api/pom.xml
parent5b1b89db6993585f7ecd9c4d69ab10774e4f9a9c (diff)
downloadsonarqube-e0c44a1486144da97f75279b0f30c7110de94e96.tar.gz
sonarqube-e0c44a1486144da97f75279b0f30c7110de94e96.zip
SONAR-2011: Remove dependency on maven-core from sonar-plugin-api
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r--sonar-plugin-api/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index dcf05f40727..0c7a16c1d6f 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -112,11 +112,6 @@
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
- <artifactId>maven-core</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<scope>provided</scope>
</dependency>