You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2021/02/10 10:50:34 UTC

[camel-k-runtime] branch master updated: fix(test): bump testcontainers to 1.5.1

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 965bb71  fix(test): bump testcontainers to 1.5.1
965bb71 is described below

commit 965bb71765daab2974da2c000f0c4bb0785f00c0
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Feb 10 11:01:33 2021 +0100

    fix(test): bump testcontainers to 1.5.1
    
    Ref #626
---
 components/camel-kamelet-reify/pom.xml      | 9 +++++++++
 itests/camel-k-itests-kamelet-reify/pom.xml | 8 ++++++++
 2 files changed, 17 insertions(+)

diff --git a/components/camel-kamelet-reify/pom.xml b/components/camel-kamelet-reify/pom.xml
index 8308de5..95ea38c 100644
--- a/components/camel-kamelet-reify/pom.xml
+++ b/components/camel-kamelet-reify/pom.xml
@@ -81,6 +81,15 @@
             <artifactId>camel-mock</artifactId>
             <scope>test</scope>
         </dependency>
+
+        <!-- Remove this dependency when bumping to camel 3.8.0 and above -->
+        <dependency>
+            <groupId>org.testcontainers</groupId>
+            <artifactId>testcontainers</artifactId>
+            <version>1.15.1</version>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-testcontainers-junit5</artifactId>
diff --git a/itests/camel-k-itests-kamelet-reify/pom.xml b/itests/camel-k-itests-kamelet-reify/pom.xml
index a57c309..3ca36c6 100644
--- a/itests/camel-k-itests-kamelet-reify/pom.xml
+++ b/itests/camel-k-itests-kamelet-reify/pom.xml
@@ -97,6 +97,14 @@
             <version>${awaitility-version}</version>
         </dependency>
 
+        <!-- Remove this dependency when bumping to camel-quarkus 1.7.0 and above -->
+        <dependency>
+            <groupId>org.testcontainers</groupId>
+            <artifactId>testcontainers</artifactId>
+            <version>1.15.1</version>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-integration-testcontainers-support</artifactId>