From dcab9387e8261d09a9fc9eb64ed631562a76776f Mon Sep 17 00:00:00 2001 From: Tom Cunningham Date: Thu, 29 Apr 2021 10:41:13 -0400 Subject: [PATCH] Use org.testcontainers:testcontainers rather than camel-quarkus-integration-testcontainers-support which is not deployed in camel-quarkus 1.8.1 prod branch --- itests/camel-k-itests-kamelet-reify/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/itests/camel-k-itests-kamelet-reify/pom.xml b/itests/camel-k-itests-kamelet-reify/pom.xml index a7ea9892d..35f0a84cc 100644 --- a/itests/camel-k-itests-kamelet-reify/pom.xml +++ b/itests/camel-k-itests-kamelet-reify/pom.xml @@ -98,9 +98,8 @@ - org.apache.camel.quarkus - camel-quarkus-integration-testcontainers-support - ${camel-quarkus-version} + org.testcontainers + testcontainers test