From ae400b58a24503723b27987ede73ca0060241712 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 4 Sep 2014 16:06:36 -0500 Subject: [PATCH] Fix broken feature dependencies. Change-Id: I8fe77e5f0718e64ee03464e213dbd7f49755db9d Signed-off-by: Ed Warnicke --- features/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/features/pom.xml b/features/pom.xml index f2cdfeaa7..ef5374cff 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -208,6 +208,13 @@ xml config + + org.opendaylight.aaa + authz-restconf-connector-config + ${project.version} + xml + config + org.opendaylight.controller features-mdsal @@ -237,6 +244,16 @@ aaa-authn-odl-plugin ${project.version} + + org.opendaylight.aaa + aaa-authn-idpmapping + ${project.version} + + + org.opendaylight.aaa + aaa-authz-service + ${project.version} + -- 2.36.6