aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-11-21 10:58:48 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-11-21 11:08:41 +0100
commit4498173ba720d9ab3d10982894ad76d08c321802 (patch)
tree74e5e2e5048182b0a06eb6fbe4bf0809e22cf8f7 /sonar-core/pom.xml
parent50050c7ea204110ee4ac3bf59e8f42f510622f12 (diff)
downloadsonarqube-4498173ba720d9ab3d10982894ad76d08c321802.tar.gz
sonarqube-4498173ba720d9ab3d10982894ad76d08c321802.zip
Centralize algorithm of UUID generation
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml19
1 files changed, 2 insertions, 17 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 0f16861286f..956440c1268 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -140,18 +140,8 @@
<!-- tests -->
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-all</artifactId>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -160,11 +150,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.easytesting</groupId>
- <artifactId>fest-assert</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>com.google.code.bean-matchers</groupId>
<artifactId>bean-matchers</artifactId>
<scope>test</scope>