aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-search/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2017-04-28 08:55:39 +0200
committerEric Hartmann <hartmann.eric@gmail.Com>2017-05-04 11:07:09 +0200
commitb09e7a4604b75b7e24e9f0543971db1e70d963b4 (patch)
treee8078e42506e6fbc6d27e8a0a136acb50902c2bf /server/sonar-search/pom.xml
parent5e5eed028e152cc9a8fbda9fdb5c5de255d1b279 (diff)
downloadsonarqube-b09e7a4604b75b7e24e9f0543971db1e70d963b4.tar.gz
sonarqube-b09e7a4604b75b7e24e9f0543971db1e70d963b4.zip
SONAR-9134 Define the minimum number of ES master nodes
In cluster mode, there'll be 2 master nodes by default. In standalone mode, only 1 master node by default A new property sonar.search.initialStateTimeout allows to handle the startup timeout.
Diffstat (limited to 'server/sonar-search/pom.xml')
-rw-r--r--server/sonar-search/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml
index bf21503aa2d..e3e5a3ed316 100644
--- a/server/sonar-search/pom.xml
+++ b/server/sonar-search/pom.xml
@@ -63,6 +63,11 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>