diff --git a/components/camel-kamelet-reify/pom.xml b/components/camel-kamelet-reify/pom.xml index 8308de5c3..95ea38c6e 100644 --- a/components/camel-kamelet-reify/pom.xml +++ b/components/camel-kamelet-reify/pom.xml @@ -81,6 +81,15 @@ camel-mock test + + + + org.testcontainers + testcontainers + 1.15.1 + test + + org.apache.camel camel-testcontainers-junit5 diff --git a/itests/camel-k-itests-kamelet-reify/pom.xml b/itests/camel-k-itests-kamelet-reify/pom.xml index a57c30946..3ca36c6b4 100644 --- a/itests/camel-k-itests-kamelet-reify/pom.xml +++ b/itests/camel-k-itests-kamelet-reify/pom.xml @@ -97,6 +97,14 @@ ${awaitility-version} + + + org.testcontainers + testcontainers + 1.15.1 + test + + org.apache.camel.quarkus camel-quarkus-integration-testcontainers-support