From f5bcc39c75bba494ee1025dc4d1dc33486868375 Mon Sep 17 00:00:00 2001 From: eugenp Date: Tue, 22 Jul 2014 01:34:34 +0300 Subject: [PATCH] minor maven cleanup and formatting work --- spring-security-login-error-handling/pom.xml | 7 ---- .../src/main/resources/webSecurityConfig.xml | 34 +++++++++---------- 2 files changed, 16 insertions(+), 25 deletions(-) diff --git a/spring-security-login-error-handling/pom.xml b/spring-security-login-error-handling/pom.xml index aef8b966dd..d26e2d0d44 100644 --- a/spring-security-login-error-handling/pom.xml +++ b/spring-security-login-error-handling/pom.xml @@ -81,18 +81,12 @@ - - javax.validation - validation-api - 1.1.0.Final - org.hibernate hibernate-validator - org.slf4j slf4j-api @@ -135,7 +129,6 @@ javax.servlet jstl - diff --git a/spring-security-login-error-handling/src/main/resources/webSecurityConfig.xml b/spring-security-login-error-handling/src/main/resources/webSecurityConfig.xml index 809fdd164d..46550f03da 100644 --- a/spring-security-login-error-handling/src/main/resources/webSecurityConfig.xml +++ b/spring-security-login-error-handling/src/main/resources/webSecurityConfig.xml @@ -17,22 +17,20 @@ - - - - - - - - - - - - + default-target-url="/homepage.html" /> + + + + + + + + + + + + \ No newline at end of file