aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-tests/pom.xml
diff options
context:
space:
mode:
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>