From fc688ed8f721c96130a582634b7f6c57fac35d6e Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Mon, 1 Oct 2018 13:14:26 -0700 Subject: [PATCH] Add a dependency-convergence profile This profile enforces dependency convergence to common distribution build. Change-Id: I8f01300eb83c20bf2bc78cd399f4b5edbf69fd92 Signed-off-by: Luis Gomez --- opendaylight/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index bc4078a5..92885824 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -72,5 +72,28 @@ + + dependency-convergence + + + + maven-enforcer-plugin + + + enforce-dependency-convergence + + enforce + + + + + + + + + + + + -- 2.36.6