This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-cassandra.git
commit 4ff4bf37b6b4213e7063faa3d7874113a60c5ec4 Author: Etienne Chauchot <[email protected]> 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 45f05cb..aea5308 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>15.0</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 -->
