aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2016-01-19 11:14:50 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2016-01-19 14:45:02 +0100
commit3e6f3ed80c0b631d794bcb2e744f3517ad0db989 (patch)
tree9b8990e103de8c8e60fac04840f7f06fdd50898f /sonar-duplications
parent7d272075f919cffb2a5806f20fe027dea1cb4b28 (diff)
downloadsonarqube-3e6f3ed80c0b631d794bcb2e744f3517ad0db989.tar.gz
sonarqube-3e6f3ed80c0b631d794bcb2e744f3517ad0db989.zip
Cut many dependencies on sonar-testing-harness
Diffstat (limited to 'sonar-duplications')
-rw-r--r--sonar-duplications/pom.xml25
1 files changed, 20 insertions, 5 deletions
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml
index 27b3acb2fd2..f62fca72ca1 100644
--- a/sonar-duplications/pom.xml
+++ b/sonar-duplications/pom.xml
@@ -33,6 +33,26 @@
<!-- unit tests -->
<dependency>
+ <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.hamcrest</groupId>
+ <artifactId>hamcrest-all</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>
@@ -54,11 +74,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>sonar-testing-harness</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>