aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-03-08 18:45:24 +0100
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-03-21 16:44:03 +0100
commit4d3d6b2504673128263eadcec82c8fd64f71e4c5 (patch)
tree037a32442fc3f898cb36447e703de6d45a741a75 /server/sonar-ce/pom.xml
parent37c03b26859c6ad3b56442b7f5a0e039526f5eb5 (diff)
downloadsonarqube-4d3d6b2504673128263eadcec82c8fd64f71e4c5.tar.gz
sonarqube-4d3d6b2504673128263eadcec82c8fd64f71e4c5.zip
SONAR-7435 add CE process, never stops but does nothing yet
Diffstat (limited to 'server/sonar-ce/pom.xml')
-rw-r--r--server/sonar-ce/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml
index 5387b55a141..357ead56d1a 100644
--- a/server/sonar-ce/pom.xml
+++ b/server/sonar-ce/pom.xml
@@ -23,6 +23,13 @@
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
+
+ <!-- unit tests -->
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>sonar-testing-harness</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>