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 <[email protected]> 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>
