Skip to content

Commit d03d624

Browse files
committed
feat: 테스트 시 401 상태 코드로 인한 스프링 시큐리티 설정 임시 주석 처리
1 parent 5c50c2d commit d03d624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ repositories {
2828

2929
dependencies {
3030
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
31-
implementation("org.springframework.boot:spring-boot-starter-oauth2-client")
32-
implementation("org.springframework.boot:spring-boot-starter-security")
31+
// implementation("org.springframework.boot:spring-boot-starter-oauth2-client")
32+
// implementation("org.springframework.boot:spring-boot-starter-security")
3333
implementation("org.springframework.boot:spring-boot-starter-validation")
3434
implementation("org.springframework.boot:spring-boot-starter-web")
3535
implementation("org.springframework.boot:spring-boot-starter-data-redis")

0 commit comments

Comments
 (0)