You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by da...@apache.org on 2022/09/28 08:03:29 UTC

[flink-connector-dynamodb] branch main updated: [FLINK-29441] Setup (fix) convergence configuration

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-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new 4357607  [FLINK-29441] Setup (fix) convergence configuration
4357607 is described below

commit 43576072f540b9086f0c628ee81104d5aec07cc7
Author: Danny Cranmer <da...@apache.org>
AuthorDate: Wed Sep 28 08:36:45 2022 +0100

    [FLINK-29441] Setup (fix) convergence configuration
---
 pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/pom.xml b/pom.xml
index 40b04a4..548d9b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,6 +103,21 @@ under the License.
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-enforcer-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>dependency-convergence</id>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<skip>false</skip>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
 		</plugins>
 	</build>
 </project>