From de2080f59f1d2f6d8562538820491b5263674bb2 Mon Sep 17 00:00:00 2001 From: felipe-gdr Date: Tue, 20 Dec 2016 19:31:30 -0200 Subject: [PATCH] BAEL-127: Spring Security - @PreFilter and @PostFilter (#911) * BAEL-127: simple app with filters * removed data rest dependency, final adjustments * added first live test for the rest api * move filters code to new module * moved to root of module, create service layer, standard pom * added spring-security-core module to root pom --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 36b1a57773..51373b07cc 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,7 @@ spring-rest-docs spring-rest spring-security-basic-auth + spring-security-core spring-security-custom-permission spring-security-mvc-custom spring-security-mvc-digest-auth @@ -155,4 +156,4 @@ pdf - \ No newline at end of file +