From c2d78bbd11ccf1649cccb18639200bd4b28f92b9 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 3 Nov 2015 17:13:17 +0100 Subject: [PATCH] Export yang-model-export via artifacts This is to enable downstream projects to not define the version of the dependency. Change-Id: I0d0861fb5b103abfb475656f1af3ce09ae07b8b1 Signed-off-by: Robert Varga --- common/artifacts/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/artifacts/pom.xml b/common/artifacts/pom.xml index 797334c641..67f068a839 100644 --- a/common/artifacts/pom.xml +++ b/common/artifacts/pom.xml @@ -89,6 +89,11 @@ yang-model-api ${project.version} + + org.opendaylight.yangtools + yang-model-export + ${project.version} + org.opendaylight.yangtools yang-model-util -- 2.36.6