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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-cassandra.git

commit d2b569cdfdc3f6898d783e5bdfa562a5115ccfae
Author: Etienne Chauchot <echauc...@apache.org>
AuthorDate: Thu Apr 6 10:14:23 2023 +0200

    [FLINK-31722] remove unneeded flink-shaded-force-shading dependency
---
 flink-connector-cassandra/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/flink-connector-cassandra/pom.xml 
b/flink-connector-cassandra/pom.xml
index 04c5e19..4567616 100644
--- a/flink-connector-cassandra/pom.xml
+++ b/flink-connector-cassandra/pom.xml
@@ -37,7 +37,6 @@ under the License.
 
        <!-- Allow users to pass custom connector versions -->
        <properties>
-               <flink.shaded.version>16.1</flink.shaded.version>
                <scala.binary.version>2.12</scala.binary.version>
                <scala-library.version>2.12.7</scala-library.version>
                <slf4j.version>1.7.36</slf4j.version>
@@ -56,11 +55,6 @@ under the License.
        </properties>
 
        <dependencies>
-               <dependency>
-                       <groupId>org.apache.flink</groupId>
-                       <artifactId>flink-shaded-force-shading</artifactId>
-                       <version>${flink.shaded.version}</version>
-               </dependency>
 
                <!-- Core -->
 

Reply via email to