From 39a78632ec06e07bf844233f2cb9a514fe4a6713 Mon Sep 17 00:00:00 2001 From: Gape <45617104+jaekkang@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:34:32 +0900 Subject: [PATCH] Chore: Remove security dependency (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 사용하지 않는 Dependency 참조 라인을 삭제 했습니다 --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 36527fb..e98ced8 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,6 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' - implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-web' compileOnly 'org.projectlombok:lombok'