diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-26 19:56:08 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-29 11:03:33 +0200 |
commit | b69c9535ee7abef287dfd9dd53332620cfe3a54a (patch) | |
tree | 373269fa6c9b6f17b85677c07ee944ecdea6732f /it/pom.xml | |
parent | 64ff328a9bc2cf0ea575599d37ea6dfe4ac6274e (diff) | |
download | sonarqube-b69c9535ee7abef287dfd9dd53332620cfe3a54a.tar.gz sonarqube-b69c9535ee7abef287dfd9dd53332620cfe3a54a.zip |
Add integration tests on updatecenter and testing categories
Diffstat (limited to 'it/pom.xml')
-rw-r--r-- | it/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/it/pom.xml b/it/pom.xml index 5dbedb1715d..01377ab9bf9 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -20,18 +20,4 @@ <module>it-tests</module> </modules> - <dependencies> - <dependency> - <groupId>org.codehaus.sonar.plugins</groupId> - <artifactId>sonar-xoo-plugin</artifactId> - <version>${project.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-application</artifactId> - <version>${project.version}</version> - <scope>provided</scope> - </dependency> - </dependencies> </project> |