aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-07 12:06:36 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-08 18:21:45 +0100
commitd32682708852e29b65f53e4ac57c88e8ff0b93ec (patch)
treedf82d5764cf23109fd7c475aa9fc1f9386f22f3f /sonar-server/pom.xml
parent7569d68ee31cd13d69c883571b9782d3c37b9841 (diff)
downloadsonarqube-d32682708852e29b65f53e4ac57c88e8ff0b93ec.tar.gz
sonarqube-d32682708852e29b65f53e4ac57c88e8ff0b93ec.zip
SONAR-4832 Cleanup a bit experiment leftovers
Introduce elasticsearch-test for ES integration tests Enhance coverage on SearchIndex Rename node in SearchNode Unplug index at startup (will be triggered by call from RegisterRule to RuleRegistry)
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index ed96eff0aa2..e67c953a9b8 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -147,6 +147,12 @@
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.github.tlrx</groupId>
+ <artifactId>elasticsearch-test</artifactId>
+ <version>${elasticsearch.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>