From 9c1e93138b2d45d815e17f6dc7224feadf3045f8 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 2 Jan 2018 08:04:42 +0100 Subject: mpls-api: add missing yang dependencies Change-Id: I8b93211bcee0b7373fb8370f15e130ce8aa05fbf Signed-off-by: Marek Gradzki --- mpls/api/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mpls/api/pom.xml b/mpls/api/pom.xml index 8c4f81491..17937837d 100644 --- a/mpls/api/pom.xml +++ b/mpls/api/pom.xml @@ -36,6 +36,10 @@ routing-api ${project.version} + + org.opendaylight.mdsal.model + ietf-yang-types-20130715 + org.opendaylight.mdsal.model ietf-inet-types-2013-07-15 @@ -44,5 +48,9 @@ org.opendaylight.mdsal.model ietf-interfaces + + org.opendaylight.mdsal.model + yang-ext + \ No newline at end of file -- cgit 1.2.3-korg