From a81a75f63dc4dc923c4a69d55cc71862c6aba531 Mon Sep 17 00:00:00 2001 From: Reham Muzzamil Date: Thu, 17 Jun 2021 20:58:03 +0500 Subject: [PATCH] Code cleanup --- pom.xml | 29 ------------------- .../autoconfigure/KeycloakSecurityConfig.java | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index b54da21..2627a17 100644 --- a/pom.xml +++ b/pom.xml @@ -22,19 +22,6 @@ ${spring_boot_version} - - javax.servlet - javax.servlet-api - true - - - - - org.springframework.boot - spring-boot-configuration-processor - true - - org.springframework.boot @@ -46,22 +33,6 @@ spring-web test - - com.h2database - h2 - test - - - ch.qos.logback - logback-classic - test - - - org.slf4j - log4j-over-slf4j - test - 1.7.30 - org.keycloak keycloak-spring-boot-starter diff --git a/src/main/java/autoconfigure/KeycloakSecurityConfig.java b/src/main/java/autoconfigure/KeycloakSecurityConfig.java index 238039d..f32f5c7 100644 --- a/src/main/java/autoconfigure/KeycloakSecurityConfig.java +++ b/src/main/java/autoconfigure/KeycloakSecurityConfig.java @@ -101,7 +101,7 @@ public void configure(WebSecurity web) throws Exception { .and().ignoring().antMatchers("/home") .and().ignoring().antMatchers("/*") .and().ignoring().antMatchers("/fhir/metadata"); -// /* @formatter:on */ + /* @formatter:on */ } @Bean