This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-opensearch.git
The following commit(s) were added to refs/heads/main by this push:
new 85e9cad [hotfix] Remove unnecessary and not used dependency on Flink
Shaded
85e9cad is described below
commit 85e9cad4f09519543e149530f8a61b2635ca506e
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 8fafdba..9582928 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,6 @@ under the License.
<properties>
<flink.version>1.17.0</flink.version>
- <flink.shaded.version>16.1</flink.shaded.version>
<jackson-bom.version>2.13.4.20221013</jackson-bom.version>
<junit5.version>5.9.2</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 -->