Skip to content

Commit

Permalink
Chore: Remove security dependency (#26)
Browse files Browse the repository at this point in the history
사용하지 않는 Dependency 참조 라인을 삭제 했습니다
  • Loading branch information
jaekkang authored Oct 26, 2023
1 parent 7c25e99 commit 39a7863
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 39a7863

Please sign in to comment.