From 87d493e0e6a94e4a405185de01a45eae64d978b1 Mon Sep 17 00:00:00 2001 From: Pavel Paroulek Date: Thu, 23 Aug 2018 18:21:46 +0200 Subject: Adding AAF basic auth filter Adding a AAF Cadi filter. AAF is configured to communicate with Beijing AAF instance in the Windriver lab. To activate AAF filter set the profile aaf-auth Change-Id: I1489f1b4e22658c3513ac89ff2e57302bfe265c8 Issue-ID: AAI-32 Signed-off-by: Pavel Paroulek --- aai-resources/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'aai-resources/pom.xml') diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 3eafe0c..d4e1da0 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -70,6 +70,7 @@ 1.2.3 2.0.0.0 4.12 + 2.1.2-SNAPSHOT 2.7.8 19.0 0.2.0 @@ -536,6 +537,11 @@ jaxb-core ${jaxb.version} + + org.onap.aaf.authz + aaf-cadi-aaf + ${aaf.version} + com.sun.xml.bind jaxb-xjc -- cgit 1.2.3-korg