diff options
author | Godin <mandrikov@gmail.com> | 2010-12-03 15:42:00 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-12-03 15:42:00 +0000 |
commit | e0c44a1486144da97f75279b0f30c7110de94e96 (patch) | |
tree | 044be57441fc0f6f78b44d5643a1316dcf4c3cfc /sonar-batch/pom.xml | |
parent | 5b1b89db6993585f7ecd9c4d69ab10774e4f9a9c (diff) | |
download | sonarqube-e0c44a1486144da97f75279b0f30c7110de94e96.tar.gz sonarqube-e0c44a1486144da97f75279b0f30c7110de94e96.zip |
SONAR-2011: Remove dependency on maven-core from sonar-plugin-api
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r-- | sonar-batch/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index 0482b2f5114..b90beea1f04 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -58,4 +58,4 @@ <scope>test</scope> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |