aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-ce')
-rw-r--r--server/sonar-ce/pom.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml
index cd449ba2258..8aafdcdfb6f 100644
--- a/server/sonar-ce/pom.xml
+++ b/server/sonar-ce/pom.xml
@@ -40,14 +40,8 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>sonar-db</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.dbunit</groupId>
- <artifactId>dbunit</artifactId>
+ <artifactId>sonar-db-testing</artifactId>
+ <type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>