Skip to content

Commit

Permalink
chore: Spring Security 주석 제거 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeong-hyeok committed Jul 31, 2023
1 parent 1260918 commit c39b500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
// OAuth2 Client
// implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
// Spring Security
// implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-security'
// Validation
implementation 'org.springframework.boot:spring-boot-starter-validation'
// Spring Web
Expand Down

0 comments on commit c39b500

Please sign in to comment.