summaryrefslogtreecommitdiffstats
path: root/it/it-tests/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-26 19:56:08 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-29 11:03:33 +0200
commitb69c9535ee7abef287dfd9dd53332620cfe3a54a (patch)
tree373269fa6c9b6f17b85677c07ee944ecdea6732f /it/it-tests/pom.xml
parent64ff328a9bc2cf0ea575599d37ea6dfe4ac6274e (diff)
downloadsonarqube-b69c9535ee7abef287dfd9dd53332620cfe3a54a.tar.gz
sonarqube-b69c9535ee7abef287dfd9dd53332620cfe3a54a.zip
Add integration tests on updatecenter and testing categories
Diffstat (limited to 'it/it-tests/pom.xml')
-rw-r--r--it/it-tests/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/it/it-tests/pom.xml b/it/it-tests/pom.xml
index b24d0a74dbc..171bdf86b99 100644
--- a/it/it-tests/pom.xml
+++ b/it/it-tests/pom.xml
@@ -19,6 +19,18 @@
<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>
+ <dependency>
<groupId>org.sonarsource.it</groupId>
<artifactId>it-plugins</artifactId>
<version>${project.version}</version>