Skip to content

Commit

Permalink
chore: 사용하지 않는 excel 의존성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
3Juhwan committed Feb 8, 2025
1 parent 71e7da3 commit 9250ffc
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 @@ -27,7 +27,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.apache.poi:poi:5.3.0'
implementation 'org.apache.poi:poi-ooxml:5.3.0'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.mysql:mysql-connector-j'
Expand Down

0 comments on commit 9250ffc

Please sign in to comment.