aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-home/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-home/pom.xml')
-rw-r--r--sonar-home/pom.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml
index fb52d9ed620..58a57bf1d7c 100644
--- a/sonar-home/pom.xml
+++ b/sonar-home/pom.xml
@@ -21,8 +21,23 @@
</dependency>
<dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>sonar-testing-harness</artifactId>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>