aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-03-11 17:04:29 +0100
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-03-21 16:44:04 +0100
commit01bd8bad45950a561d20b0b34c790268af3abfee (patch)
tree107c7f5a0a8ba31f42b105ed0293d3188b149963 /server/sonar-ce/pom.xml
parent35cc41f71806b9028cfd7dfce4ff33bf512e637f (diff)
downloadsonarqube-01bd8bad45950a561d20b0b34c790268af3abfee.tar.gz
sonarqube-01bd8bad45950a561d20b0b34c790268af3abfee.zip
SONAR-6732 add components from PlatformLevel3 to CE container
Diffstat (limited to 'server/sonar-ce/pom.xml')
-rw-r--r--server/sonar-ce/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml
index 357ead56d1a..f9ead798b1d 100644
--- a/server/sonar-ce/pom.xml
+++ b/server/sonar-ce/pom.xml
@@ -30,6 +30,18 @@
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>
</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>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>