diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-19 11:56:12 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-19 11:56:12 +0000 |
commit | 9c512e996766abf39042f3df451ea48984cf1b6e (patch) | |
tree | f733278d52513c5c3279936de739eda8743f863b /subprojects/sonar-dev-maven-plugin | |
parent | 15cee314c45673795e0ba374d0cebc2344444433 (diff) | |
download | sonarqube-9c512e996766abf39042f3df451ea48984cf1b6e.tar.gz sonarqube-9c512e996766abf39042f3df451ea48984cf1b6e.zip |
SONAR-1998 The goal start-war fails with Sonar 2.5
Diffstat (limited to 'subprojects/sonar-dev-maven-plugin')
-rw-r--r-- | subprojects/sonar-dev-maven-plugin/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/subprojects/sonar-dev-maven-plugin/pom.xml b/subprojects/sonar-dev-maven-plugin/pom.xml index 87842639413..a224bfe1c5b 100644 --- a/subprojects/sonar-dev-maven-plugin/pom.xml +++ b/subprojects/sonar-dev-maven-plugin/pom.xml @@ -355,6 +355,12 @@ <artifactId>maven-script-ant</artifactId> <version>2.0.10</version> </dependency> + <dependency> + <groupId>org.apache.ant</groupId> + <artifactId>ant-nodeps</artifactId> + <version>1.7.1</version> + </dependency> + <dependency> <groupId>org.codehaus.plexus</groupId> |