From 35d9348ab67b6dc3c8e90a2a479f75fcd0af9228 Mon Sep 17 00:00:00 2001 From: David Stilwell Date: Wed, 18 Mar 2020 10:02:50 -0400 Subject: Springboot integration with AAF Changes made: pom.xml updates, App.java add Beans for realm and filterchain Issue-ID: CCSDK-2178 Change-Id: I29aa242ceff6a2f840b93a8d18ca5385190ca6d2 Signed-off-by: David Stilwell --- sliapi/springboot/pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'sliapi/springboot/pom.xml') diff --git a/sliapi/springboot/pom.xml b/sliapi/springboot/pom.xml index 8e889459..2a3fbcb0 100644 --- a/sliapi/springboot/pom.xml +++ b/sliapi/springboot/pom.xml @@ -18,6 +18,8 @@ org.onap.ccsdk.sli.core.sliapi.springboot.App + 1.5.0 + 2.1.13 @@ -26,8 +28,9 @@ swagger-annotations - org.springframework.boot - spring-boot-starter-web + org.apache.shiro + shiro-spring-boot-web-starter + ${shiro.version} org.springframework.boot @@ -39,6 +42,12 @@ org.springframework.boot spring-boot-starter-log4j2 + + org.onap.aaf.cadi + aaf-cadi-shiro + ${aaf-shiro-bundle.version} + + org.springframework.boot spring-boot-starter-test -- cgit 1.2.3-korg