This is an automated email from the ASF dual-hosted git repository.
dannycranmer pushed a commit to branch v1.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git
The following commit(s) were added to refs/heads/v1.0 by this push:
new 04d97de [hotfix] Fix dependency convergence
04d97de is described below
commit 04d97debdb4512b76bb0cfaaaa0e152b2648a88b
Author: Danny Cranmer <[email protected]>
AuthorDate: Thu Apr 13 16:03:43 2023 +0100
[hotfix] Fix dependency convergence
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4262e4e..65ff786 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>