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

martijnvisser pushed a commit to branch v1.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-opensearch.git

commit cc99204fb4e35594a322591245d12bc7b0f72520
Author: Martijn Visser <[email protected]>
AuthorDate: Thu Apr 13 13:42:04 2023 +0200

    [hotfix] Remove unnecessary and not used dependency on Flink Shaded
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 23cd09a..cb61d22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,6 @@ under the License.
 
        <properties>
                <flink.version>1.16.1</flink.version>
-               <flink.shaded.version>15.0</flink.shaded.version>
                
                <jackson-bom.version>2.13.4.20221013</jackson-bom.version>
                <junit5.version>5.8.1</junit5.version>
@@ -77,12 +76,6 @@ under the License.
        </properties>
 
        <dependencies>
-               <dependency>
-                       <groupId>org.apache.flink</groupId>
-                       <artifactId>flink-shaded-force-shading</artifactId>
-                       <version>${flink.shaded.version}</version>
-               </dependency>
-
                <!-- Root dependencies for all projects -->
 
                <!-- Logging API -->

Reply via email to