You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2021/01/07 13:48:55 UTC

[camel] branch master updated: CAMEL-16004: cleanup

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

jpoth 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 c4de4ed   CAMEL-16004: cleanup
c4de4ed is described below

commit c4de4ed3b31558d6e038a9d64b3bdcb3640d4e47
Author: John Poth <po...@gmail.com>
AuthorDate: Thu Jan 7 14:48:23 2021 +0100

     CAMEL-16004: cleanup
---
 test-infra/camel-test-infra-fhir/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/test-infra/camel-test-infra-fhir/pom.xml b/test-infra/camel-test-infra-fhir/pom.xml
index 825d566..20d1fff 100644
--- a/test-infra/camel-test-infra-fhir/pom.xml
+++ b/test-infra/camel-test-infra-fhir/pom.xml
@@ -47,10 +47,6 @@
             <artifactId>testcontainers</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.testcontainers</groupId>
-            <artifactId>kafka</artifactId>
-        </dependency>
     </dependencies>
 
     <build>