From: Luis Gomez Date: Mon, 1 Oct 2018 20:14:26 +0000 (-0700) Subject: Add a dependency-convergence profile X-Git-Tag: release/sodium~10 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=fc688ed8f721c96130a582634b7f6c57fac35d6e;p=integration%2Fdistribution.git Add a dependency-convergence profile This profile enforces dependency convergence to common distribution build. Change-Id: I8f01300eb83c20bf2bc78cd399f4b5edbf69fd92 Signed-off-by: Luis Gomez --- 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 + + + + + + + + + + + +