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 <[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 a1cbc6c9..f7d5aaf0 100644 --- a/pom.xml +++ b/pom.xml @@ -138,6 +138,7 @@ <requireMavenVersion> <version>${maven-version}</version> </requireMavenVersion> + <dependencyConvergence/> </rules> </configuration> </execution>
