From 837beb73d7aa6e8f7e4e932ac71e59663b868992 Mon Sep 17 00:00:00 2001 From: Ramesh Parthasarathy Date: Thu, 21 Nov 2019 02:04:03 +0000 Subject: Added AAF Integration related changes Created two profiles for the application to run. Basic profile will allow the application to run in the current spring security authentication. AAF profile will authenticate and authorize requests with AAF. if no profile is given, it will fallback to basic. Change-Id: I2576f02e7afca3c10e02aaffef66a60fa1c4dd1a Issue-ID: SO-2451 Signed-off-by: Ramesh Parthasarathy(rp6768) --- common/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'common/pom.xml') diff --git a/common/pom.xml b/common/pom.xml index 3690d7b5a1..7c7eec21cc 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -130,6 +130,17 @@ spring-boot-starter-test test + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.9 + + + javax.servlet + servlet-api + + + org.reflections reflections -- cgit 1.2.3-korg