From 064d9e1854efabf48a940c4f4cc7ed9c0e016dc8 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Wed, 23 May 2018 21:55:44 -0400 Subject: [PATCH] Fix STF error in odl-aaa-password-service [caused by: Unable to resolve org.opendaylight.aaa.password-service-api/0.8.0.SNAPSHOT: missing requirement [org.opendaylight.aaa.password-service-api/0.8.0.SNAPSHOT] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.opendaylight.yangtools.concepts)(version>=2.0.0)(!(version>=3.0.0)))"]]] The feature needs to install the mdsal binding and yangtools artifacts. Change-Id: I1c98bc77e76d85181b559f499a6cfe38c0da4a7b Signed-off-by: Tom Pantelis --- features/odl-aaa-password-service/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features/odl-aaa-password-service/pom.xml b/features/odl-aaa-password-service/pom.xml index e886e9b67..a955e997c 100644 --- a/features/odl-aaa-password-service/pom.xml +++ b/features/odl-aaa-password-service/pom.xml @@ -53,6 +53,13 @@ aaa-password-service-config xml + + org.opendaylight.mdsal + odl-mdsal-binding-base + 2.5.0-SNAPSHOT + xml + features + commons-beanutils commons-beanutils -- 2.36.6