diff options
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 30c86e48d1a..24965e8cd3b 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -154,18 +154,18 @@ <!-- unit tests --> <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>sonar-testing-harness</artifactId> + <groupId>junit</groupId> + <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>com.github.kevinsawicki</groupId> - <artifactId>http-request</artifactId> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> </dependencies> |