From 5cb26b51042f0ce5e63c42116e7308b7c97af6b4 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 16 Jul 2018 22:08:59 +0200 Subject: [PATCH] Depend on yanglib feature yanglib is package upstream, use that packaging. Change-Id: I260e9e213b964da7c839bc7ce904073cb5066af2 Signed-off-by: Robert Varga --- features/netconf/odl-netconf-api/pom.xml | 14 +++++------- features/yanglib/odl-yanglib/pom.xml | 28 ++++++++++++++++-------- 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/features/netconf/odl-netconf-api/pom.xml b/features/netconf/odl-netconf-api/pom.xml index 0e4bb4d931..f4c480f6d1 100644 --- a/features/netconf/odl-netconf-api/pom.xml +++ b/features/netconf/odl-netconf-api/pom.xml @@ -57,17 +57,19 @@ features - org.opendaylight.mdsal.model - odl-mdsal-models + org.opendaylight.netconf + odl-protocol-framework xml features - org.opendaylight.netconf - odl-protocol-framework + org.opendaylight.mdsal.model + odl-mdsal-model-rfc7895 xml features + + org.opendaylight.netconf netconf-api @@ -92,9 +94,5 @@ org.opendaylight.netconf ietf-netconf-monitoring-extension - - org.opendaylight.mdsal.model - rfc7895 - diff --git a/features/yanglib/odl-yanglib/pom.xml b/features/yanglib/odl-yanglib/pom.xml index 4d6ae449bd..5fe179146b 100644 --- a/features/yanglib/odl-yanglib/pom.xml +++ b/features/yanglib/odl-yanglib/pom.xml @@ -23,23 +23,33 @@ OpenDaylight :: Yanglib + + + + org.opendaylight.netconf + netconf-artifacts + 1.5.0-SNAPSHOT + pom + import + + + org.opendaylight.netconf + restconf-artifacts + 1.8.0-SNAPSHOT + pom + import + + + + org.opendaylight.netconf yanglib - 1.5.0-SNAPSHOT org.opendaylight.netconf odl-restconf - 1.8.0-SNAPSHOT - xml - features - - - org.opendaylight.mdsal.model - odl-mdsal-models - 0.13.0-SNAPSHOT xml features -- 2.36.6