From d2542903bc933dbc5a68a71baa66e6ffb606bc5e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 13 Feb 2018 13:49:37 +0100 Subject: [PATCH] Fix odl-restconf-noauth packaging yangtools bundle Depend on the corresponding feature and cleanup versions. Change-Id: Ic3086cab94515b6c508cacc472ddc7095a51436c Signed-off-by: Robert Varga --- features/restconf/odl-restconf-noauth/pom.xml | 15 +++++++++++++-- .../src/main/feature/feature.xml | 1 + 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/features/restconf/odl-restconf-noauth/pom.xml b/features/restconf/odl-restconf-noauth/pom.xml index 6feee9e648..0529d1b671 100644 --- a/features/restconf/odl-restconf-noauth/pom.xml +++ b/features/restconf/odl-restconf-noauth/pom.xml @@ -48,6 +48,13 @@ pom import + + org.opendaylight.controller + mdsal-artifacts + 1.7.0-SNAPSHOT + pom + import + org.opendaylight.netconf netconf-artifacts @@ -69,14 +76,18 @@ org.opendaylight.aaa odl-aaa-shiro - 0.7.0-SNAPSHOT + xml + features + + + org.opendaylight.yangtools + odl-yangtools-export xml features org.opendaylight.controller odl-mdsal-broker - 1.7.0-SNAPSHOT xml features diff --git a/features/restconf/odl-restconf-noauth/src/main/feature/feature.xml b/features/restconf/odl-restconf-noauth/src/main/feature/feature.xml index 341cd50769..837a80c7d9 100644 --- a/features/restconf/odl-restconf-noauth/src/main/feature/feature.xml +++ b/features/restconf/odl-restconf-noauth/src/main/feature/feature.xml @@ -13,5 +13,6 @@ odl-karaf-feat-jetty odl-netty-4 + odl-yangtools-export -- 2.36.6