aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-db-migration/pom.xml')
-rw-r--r--server/sonar-db-migration/pom.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml
index 14d0b4f4c78..f5142d072b4 100644
--- a/server/sonar-db-migration/pom.xml
+++ b/server/sonar-db-migration/pom.xml
@@ -30,6 +30,26 @@
<!-- 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.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.tngtech.java</groupId>
+ <artifactId>junit-dataprovider</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>
@@ -51,7 +71,6 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
-
</dependencies>
<build>