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/03 09:55:31 UTC

[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Junit Jupiter 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 e8778d81e628d07323dbc0adbeec66bf1283dcd4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 3 10:49:36 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 48714d00543..443f3ea5466 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,12 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <dependency>
-                <groupId>org.testcontainers</groupId>
-                <artifactId>junit-jupiter</artifactId>
-                <version>${testcontainers-version}</version>
-            </dependency>
-
             <!-- default JPA support -->
             <dependency>
                 <groupId>org.apache.openjpa</groupId>