Skip to content

Commit

Permalink
Feat-backend: update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
SH4316 committed Dec 5, 2024
1 parent f6d8a4d commit d3bd51c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation('io.jsonwebtoken:jjwt-api:0.12.6')
runtimeOnly('io.jsonwebtoken:jjwt-impl:0.12.6')
runtimeOnly('io.jsonwebtoken:jjwt-orgjson:0.12.6') {
exclude(group: 'org.json', module: 'json') //provided by Android natively
}
implementation 'org.json:json:20240303'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
Expand Down

0 comments on commit d3bd51c

Please sign in to comment.