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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ca6ab58f79 Add dependencyConvergence config on maven-enforcer-plugin 
to check dependencies conflict (#32290)
9ca6ab58f79 is described below

commit 9ca6ab58f7970f71f647093d21387ba670c14116
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Jul 28 11:32:00 2024 +0800

    Add dependencyConvergence config on maven-enforcer-plugin to check 
dependencies conflict (#32290)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c0a76ed16d4..6ab7d712c8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -824,6 +824,7 @@
                             </goals>
                             <configuration>
                                 <rules>
+                                    <dependencyConvergence />
                                     <requireMavenVersion>
                                         
<version>${maven.version.range}</version>
                                     </requireMavenVersion>

Reply via email to