Skip to content

Commit

Permalink
Few more Maven changes running docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
sathishjayapal committed Jun 2, 2024
1 parent 433cec7 commit f126e0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-docker-compose</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class WebSecurityConfig {
public WebSecurityConfig(BasicAuthBean environment) {
this.environment = environment;
}

@Value("${spring.security.debug:false}")
boolean securityDebug;

Expand Down

0 comments on commit f126e0d

Please sign in to comment.