You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2019/05/16 08:48:30 UTC

[james-project] 15/23: JAMES-2719 Update version of ES to 6.7.2 in the backends module

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit eb5fc159d0bab07197c6cdd0b8d7088b9cca19cb
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Wed May 15 15:48:19 2019 +0700

    JAMES-2719 Update version of ES to 6.7.2 in the backends module
---
 backends-common/elasticsearch-v6/pom.xml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/backends-common/elasticsearch-v6/pom.xml b/backends-common/elasticsearch-v6/pom.xml
index cc661e3..2502b42 100644
--- a/backends-common/elasticsearch-v6/pom.xml
+++ b/backends-common/elasticsearch-v6/pom.xml
@@ -75,16 +75,9 @@
             <artifactId>awaitility</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.elasticsearch</groupId>
-            <artifactId>elasticsearch</artifactId>
-            <version>2.2.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.elasticsearch</groupId>
-            <artifactId>elasticsearch</artifactId>
-            <version>2.2.1</version>
-            <type>test-jar</type>
-            <scope>test</scope>
+            <groupId>org.elasticsearch.client</groupId>
+            <artifactId>elasticsearch-rest-high-level-client</artifactId>
+            <version>6.7.2</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org