diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-03-08 18:45:24 +0100 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-03-21 16:44:03 +0100 |
commit | 4d3d6b2504673128263eadcec82c8fd64f71e4c5 (patch) | |
tree | 037a32442fc3f898cb36447e703de6d45a741a75 /server/sonar-ce/pom.xml | |
parent | 37c03b26859c6ad3b56442b7f5a0e039526f5eb5 (diff) | |
download | sonarqube-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.xml | 7 |
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> |