You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/03/24 11:42:56 UTC

[camel-k-runtime] 01/02: feat(ci): add a check to avoid duplicate dependencies

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

pcongiusti pushed a commit to branch release-1.17.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit b5c801bfbf7b7177f67a0bcce15c8640d6f18b73
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Mar 24 11:45:59 2023 +0100

    feat(ci): add a check to avoid duplicate dependencies
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index a1cbc6c9..f7d5aaf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,6 +138,7 @@
                             <requireMavenVersion>
                               <version>${maven-version}</version>
                             </requireMavenVersion>
+                            <dependencyConvergence/>
                           </rules>
                         </configuration>
                       </execution>