From f87bbebf7e4ff6f2140ce427893c26e99527d2f8 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 25 Jan 2018 15:30:31 +0100 Subject: [PATCH] odl-restconf-nb-rfc8040-noauth depends on odl-yangtools-export Rather than pulling in dependency bundle, make sure we reference the correct feature in which it is packaged. Change-Id: I1b61b12655217cbee44ea82a8401b90523c63206 Signed-off-by: Robert Varga --- features/restconf/odl-restconf-nb-rfc8040-noauth/pom.xml | 8 +++++++- .../src/main/feature/feature.xml | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/features/restconf/odl-restconf-nb-rfc8040-noauth/pom.xml b/features/restconf/odl-restconf-nb-rfc8040-noauth/pom.xml index 0cb5872df2..f6f2c00112 100644 --- a/features/restconf/odl-restconf-nb-rfc8040-noauth/pom.xml +++ b/features/restconf/odl-restconf-nb-rfc8040-noauth/pom.xml @@ -92,6 +92,13 @@ xml features + + org.opendaylight.yangtools + odl-yangtools-export + xml + features + + org.opendaylight.netconf ietf-restconf @@ -107,7 +114,6 @@ org.opendaylight.netconf restconf-nb-rfc8040 - ${project.version} diff --git a/features/restconf/odl-restconf-nb-rfc8040-noauth/src/main/feature/feature.xml b/features/restconf/odl-restconf-nb-rfc8040-noauth/src/main/feature/feature.xml index a190dfc48d..2be16c28ba 100644 --- a/features/restconf/odl-restconf-nb-rfc8040-noauth/src/main/feature/feature.xml +++ b/features/restconf/odl-restconf-nb-rfc8040-noauth/src/main/feature/feature.xml @@ -10,5 +10,6 @@ odl-karaf-feat-jetty odl-netty-4 + odl-yangtools-export -- 2.36.6