Skip to content

Commit

Permalink
:fix SecurityConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Feb 7, 2024
1 parent 3e6810b commit 0af307d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ dependencies {


// Spring Security
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-security'
testImplementation 'org.springframework.security:spring-security-test'
// implementation 'org.springframework.boot:spring-boot-starter-security'
// implementation 'org.springframework.boot:spring-boot-starter-security'
// testImplementation 'org.springframework.security:spring-security-test'

// Json Web Token
implementation 'com.google.code.gson:gson:2.10.1'
Expand Down

0 comments on commit 0af307d

Please sign in to comment.