Skip to content

Commit

Permalink
[refactor] 중복된 내용 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
K-0joo authored Sep 3, 2024
1 parent d092904 commit e47a433
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 @@ -36,7 +36,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'io.jsonwebtoken:jjwt:0.9.1' // 자바 JWT 라이브러리
implementation 'javax.xml.bind:jaxb-api:2.3.1' // XML 문서와 Java 객체 간 매핑 자동화
annotationProcessor('org.projectlombok:lombok') // test를 위한 롬복 추가
testAnnotationProcessor('org.projectlombok:lombok')

// Jackson
Expand Down

0 comments on commit e47a433

Please sign in to comment.