fix: tool report 수정
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 6m11s

This commit is contained in:
juheelee
2026-08-14 13:39:50 +09:00
parent 864884f5cb
commit c6632eac59
15 changed files with 241 additions and 39 deletions

View File

@@ -5,6 +5,7 @@ plugins {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1'
implementation 'com.github.javaparser:javaparser-core:3.26.3'
implementation 'org.apache.poi:poi-ooxml:5.3.0'