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 2023/03/01 12:11:35 UTC

[camel] 01/08: CAMEL-19062 - Clean up Parent POM - Testcontainers

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

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

commit 411138ed400215689216e72cd17cd3cf16c8af86
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 1 10:58:37 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Testcontainers
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bad14f1ff0c..a4bff3826ca 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2772,12 +2772,8 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>org.testcontainers</groupId>
-                <artifactId>testcontainers</artifactId>
-                <version>${testcontainers-version}</version>
-            </dependency>
-            <dependency>
+	    
+	    <dependency>
                 <groupId>org.testcontainers</groupId>
                 <artifactId>kafka</artifactId>
                 <version>${testcontainers-version}</version>