This is an automated email from the ASF dual-hosted git repository.
dannycranmer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git
The following commit(s) were added to refs/heads/main by this push:
new 13e7281 [hotfix] Fix dependency convergence
13e7281 is described below
commit 13e7281f04200ba397f325a5a34abaace7dd07b2
Author: Danny Cranmer <[email protected]>
AuthorDate: Thu Apr 13 16:06:09 2023 +0100
[hotfix] Fix dependency convergence
---
.github/workflows/weekly.yml | 1 -
pom.xml | 7 ++++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 9d34bc1..577ff1f 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -30,4 +30,3 @@ jobs:
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
- run_dependency_convergence: false
diff --git a/pom.xml b/pom.xml
index 1b766f7..ef168b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-force-shading</artifactId>
- <version>${flink.shaded.version}</version>
</dependency>
<!-- Root dependencies for all projects -->
@@ -195,6 +194,12 @@ under the License.
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+
<artifactId>flink-shaded-force-shading</artifactId>
+ <version>${flink.shaded.version}</version>
+ </dependency>
+
<!-- Flink ArchUnit -->
<dependency>