You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/05 10:47:07 UTC

[camel] 03/06: Revert "Revert "Fixed ElasticSearchInfoTest after upgrading to 7.3.1""

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d237beebd46ae448bc35ec362b8eeae3afcf487e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 5 12:35:03 2019 +0200

    Revert "Revert "Fixed ElasticSearchInfoTest after upgrading to 7.3.1""
    
    This reverts commit 1eb00d8243299fc14a045fef02b71c86f3595f0b.
---
 .../org/apache/camel/component/elasticsearch/ElasticsearchInfoTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchInfoTest.java b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchInfoTest.java
index a156ced..0897d00 100644
--- a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchInfoTest.java
+++ b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchInfoTest.java
@@ -17,7 +17,7 @@
 package org.apache.camel.component.elasticsearch;
 
 import org.apache.camel.builder.RouteBuilder;
-import org.elasticsearch.action.main.MainResponse;
+import org.elasticsearch.client.core.MainResponse;
 import org.junit.Test;
 
 public class ElasticsearchInfoTest extends ElasticsearchBaseTest {