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:32 UTC

[camel] 02/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 532d9f4948d6b02da13d98723aca4afc43ed16b2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 3 10:52:18 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Junit Jupiter Testcontainers
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-consul/pom.xml | 1 +
 components/camel-zeebe/pom.xml  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/components/camel-consul/pom.xml b/components/camel-consul/pom.xml
index 285777c49d2..2c5b4730aa9 100644
--- a/components/camel-consul/pom.xml
+++ b/components/camel-consul/pom.xml
@@ -124,6 +124,7 @@
         <dependency>
             <groupId>org.testcontainers</groupId>
             <artifactId>junit-jupiter</artifactId>
+            <version>${testcontainers-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-zeebe/pom.xml b/components/camel-zeebe/pom.xml
index 55f262a8540..0ac46078139 100644
--- a/components/camel-zeebe/pom.xml
+++ b/components/camel-zeebe/pom.xml
@@ -93,6 +93,7 @@
         <dependency>
             <groupId>org.testcontainers</groupId>
             <artifactId>junit-jupiter</artifactId>
+            <version>${testcontainers-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>