Skip to content

Commit

Permalink
#1 fix: xml.bind:jaxb-api dependency 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JoongHyun-Kim committed Jan 23, 2024
1 parent 5032f09 commit 903f487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0'
implementation 'io.jsonwebtoken:jjwt:0.9.1'
implementation 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359'

compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.mysql:mysql-connector-j'
Expand Down

0 comments on commit 903f487

Please sign in to comment.