From 67d40ce12adc334b070f086be970f3c176fdfb32 Mon Sep 17 00:00:00 2001 From: Johannes Geppert Date: Sat, 9 Feb 2019 15:03:46 +0100 Subject: [PATCH] Add maven enforce plugin with rule to avoid dependency convergence issues https://issues.apache.org/jira/browse/WW-5018 --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 28f2ce693..b010cc889 100644 --- a/pom.xml +++ b/pom.xml @@ -389,6 +389,24 @@ true + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + enforce + + + + + + + enforce + + + +