From 16f4d6f4cc7bb3078de799fe06aba03e2c51fe3a Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 16 Jul 2018 22:42:32 +0200 Subject: [PATCH] odl-netconf-connector needs only clemm-ietf-topology We do not need all mdsal models, only the topology model, express that in a minimal dependency. Change-Id: I30125a6b3f9e5be48948ddcd15fddf382ff7c145 Signed-off-by: Robert Varga --- .../odl-netconf-connector/pom.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/features/netconf-connector/odl-netconf-connector/pom.xml b/features/netconf-connector/odl-netconf-connector/pom.xml index ece4fc1153..f7996a2648 100644 --- a/features/netconf-connector/odl-netconf-connector/pom.xml +++ b/features/netconf-connector/odl-netconf-connector/pom.xml @@ -25,6 +25,20 @@ + + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.13.0-SNAPSHOT + pom + import + + + org.opendaylight.controller + mdsal-artifacts + 1.8.0-SNAPSHOT + pom + import + org.opendaylight.netconf netconf-artifacts @@ -39,7 +53,6 @@ org.opendaylight.controller odl-mdsal-broker - 1.8.0-SNAPSHOT xml features @@ -59,8 +72,7 @@ org.opendaylight.mdsal.model - odl-mdsal-models - 0.13.0-SNAPSHOT + odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01 xml features -- 2.36.6