This is an automated email from the ASF dual-hosted git repository. fpaul pushed a commit to branch release-1.14 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 0a294e3f7a0129719170222cdff00f997908648f Author: Etienne Chauchot <[email protected]> AuthorDate: Tue Jan 25 14:39:36 2022 +0100 [FLINK-25147][connectors][Cassandra][test] Use parent test containers version (cherry picked from commit c5483c684e668010a607b5b97618d22be66d1d55) --- flink-connectors/flink-connector-cassandra/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/flink-connectors/flink-connector-cassandra/pom.xml b/flink-connectors/flink-connector-cassandra/pom.xml index c637c31..4b8319a 100644 --- a/flink-connectors/flink-connector-cassandra/pom.xml +++ b/flink-connectors/flink-connector-cassandra/pom.xml @@ -39,7 +39,6 @@ under the License. <properties> <cassandra.version>2.2.5</cassandra.version> <driver.version>3.0.0</driver.version> - <cassandra.testContainers.version>1.16.2</cassandra.testContainers.version> </properties> <build> @@ -211,7 +210,6 @@ under the License. <dependency> <groupId>org.testcontainers</groupId> <artifactId>cassandra</artifactId> - <version>${cassandra.testContainers.version}</version> <scope>test</scope> </dependency> <dependency>
