Skip to content

Commit f98272c

Browse files
committed
DEVX-772: Erasing not used imports
1 parent 6eabec0 commit f98272c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/spring-newrelic/src/main/java/com/commercetools/sdk/examples/springmvc/config/CtpSecurityConfig.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
import org.springframework.security.config.annotation.method.configuration.EnableMethodSecurity;
77
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
88
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
9-
import org.springframework.security.config.web.server.ServerHttpSecurity;
109
import org.springframework.security.web.SecurityFilterChain;
11-
import org.springframework.security.web.server.SecurityWebFilterChain;
12-
import org.springframework.security.web.server.context.ServerSecurityContextRepository;
13-
import org.springframework.security.web.server.context.WebSessionServerSecurityContextRepository;
1410

1511
@Configuration
1612
@EnableWebSecurity

0 commit comments

Comments
 (0)