Skip to content

Commit

Permalink
setting: 필요한 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
zzawang committed May 28, 2024
1 parent 14184a1 commit 19325eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions be/issue-tracker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ dependencies {
implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'org.glassfish.jaxb:jaxb-runtime:2.3.1'
implementation 'org.apache.tika:tika-core:2.9.1'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0'


compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit 19325eb

Please sign in to comment.