File tree Expand file tree Collapse file tree
flink-connector-cassandra Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,6 +238,13 @@ under the License.
238238 <artifactId >flink-test-utils-junit</artifactId >
239239 <version >${flink.version} </version >
240240 <scope >test</scope >
241+ <!-- For dependency convergence-->
242+ <exclusions >
243+ <exclusion >
244+ <groupId >org.testcontainers</groupId >
245+ <artifactId >testcontainers</artifactId >
246+ </exclusion >
247+ </exclusions >
241248 </dependency >
242249
243250 <dependency >
@@ -275,6 +282,13 @@ under the License.
275282 <artifactId >flink-connector-test-utils</artifactId >
276283 <version >${flink.version} </version >
277284 <scope >test</scope >
285+ <!-- For dependency convergence-->
286+ <exclusions >
287+ <exclusion >
288+ <groupId >org.testcontainers</groupId >
289+ <artifactId >testcontainers</artifactId >
290+ </exclusion >
291+ </exclusions >
278292 </dependency >
279293
280294 <dependency >
You can’t perform that action at this time.
0 commit comments