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 <orpi...@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>