Re: Ensure dependency convergence restricted to a given artifactId

2019-12-09 Thread Václav Haisman
I have similar situation. The way I solved this is that I a) manage dependencies in top most POM and b) use Maven Enforcer to ban all versions of an artifact except the one I want, using Enforcer's banned dependencies rule. Dne čt 5. 12. 2019 14:43 uživatel Francois MAROT napsal: > Hello all, >

Ensure dependency convergence restricted to a given artifactId

2019-12-05 Thread Francois MAROT
Hello all, First of all thanks thanks and thanks again to the Maven devs, you rock ! Then a question: is there a way to limit the dependency convergence check (in Maven enforcer plugin - https://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html ) to a given artifactId (or a list