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 6da448e436a9809437b0f4174607a3cc6d57c076 Author: Rene Cordier <rcord...@linagora.com> AuthorDate: Thu May 16 15:56:15 2019 +0700 JAMES-2764 Update version of ES to 6.7.2 in the mailbox es module --- mailbox/elasticsearch-v6/pom.xml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/mailbox/elasticsearch-v6/pom.xml b/mailbox/elasticsearch-v6/pom.xml index 6bf0500..2d8fc64 100644 --- a/mailbox/elasticsearch-v6/pom.xml +++ b/mailbox/elasticsearch-v6/pom.xml @@ -36,11 +36,11 @@ <dependencies> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>apache-james-backends-es</artifactId> + <artifactId>apache-james-backends-es-v6</artifactId> </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>apache-james-backends-es</artifactId> + <artifactId>apache-james-backends-es-v6</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> @@ -156,18 +156,6 @@ <scope>test</scope> </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> - </dependency> - <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <scope>test</scope> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org