Skip to content

Commit

Permalink
chore: Oauth2, Spring Security test 의존성 추가 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeong-hyeok committed Aug 3, 2023
1 parent 6310426 commit 4643c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
// Spring Data Redis
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
// OAuth2 Client
// implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
// Spring Security
implementation 'org.springframework.boot:spring-boot-starter-security'
// jwt
Expand All @@ -45,7 +45,7 @@ dependencies {
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
// test
testImplementation 'org.springframework.boot:spring-boot-starter-test'
// testImplementation 'org.springframework.security:spring-security-test'
testImplementation 'org.springframework.security:spring-security-test'
}

tasks.named('test') {
Expand Down

0 comments on commit 4643c8d

Please sign in to comment.