This is an automated email from the ASF dual-hosted git repository.

fpaul pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 58b70f9bef9d3f5c7df98d5ccb67129745a8a9e6
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 94c5efa..df44ea2 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>

Reply via email to