From 1f171fe8d28388a9d2cd9ece56e03ca326d05762 Mon Sep 17 00:00:00 2001 From: Etienne Chauchot Date: Mon, 4 Mar 2024 18:20:21 +0100 Subject: [PATCH] [hotfix] exclude test containers from transitive deps for dependency convergence with Flink 1.17.2 --- flink-connector-cassandra/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/flink-connector-cassandra/pom.xml b/flink-connector-cassandra/pom.xml index 74833e3..08508fc 100644 --- a/flink-connector-cassandra/pom.xml +++ b/flink-connector-cassandra/pom.xml @@ -238,6 +238,13 @@ under the License. flink-test-utils-junit ${flink.version} test + + + + org.testcontainers + testcontainers + + @@ -275,6 +282,13 @@ under the License. flink-connector-test-utils ${flink.version} test + + + + org.testcontainers + testcontainers + +