aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-colorizer/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-colorizer/pom.xml')
-rw-r--r--sonar-colorizer/pom.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml
index 9efd2fee270..a93f232260b 100644
--- a/sonar-colorizer/pom.xml
+++ b/sonar-colorizer/pom.xml
@@ -32,8 +32,18 @@
</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>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>