You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2020/11/03 10:57:56 UTC

[camel] branch master updated: (chore) Remove unnecessary dependency from the ElasticSearch test infra (#4555)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 64efc7e  (chore) Remove unnecessary dependency from the ElasticSearch test infra (#4555)
64efc7e is described below

commit 64efc7e72bd305bbdcd0dbe1a089abb3c51d35a1
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Tue Nov 3 11:53:17 2020 +0100

    (chore) Remove unnecessary dependency from the ElasticSearch test infra (#4555)
---
 test-infra/camel-test-infra-elasticsearch/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/test-infra/camel-test-infra-elasticsearch/pom.xml b/test-infra/camel-test-infra-elasticsearch/pom.xml
index 340733c..62005ea 100644
--- a/test-infra/camel-test-infra-elasticsearch/pom.xml
+++ b/test-infra/camel-test-infra-elasticsearch/pom.xml
@@ -48,11 +48,6 @@
             <groupId>org.testcontainers</groupId>
             <artifactId>elasticsearch</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.testcontainers</groupId>
-            <artifactId>couchbase</artifactId>
-        </dependency>
     </dependencies>
 
     <build>