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 13:59:14 UTC

[camel-k-runtime] 01/03: 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.15.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 1a26f2b1bc384e8ed5454fd48d9b6a34d2736d68
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 50dde6a3..efe55b97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,6 +139,7 @@
                             <requireMavenVersion>
                               <version>${maven-version}</version>
                             </requireMavenVersion>
+                            <dependencyConvergence/>
                           </rules>
                         </configuration>
                       </execution>