Skip to content

Commit

Permalink
Merge pull request #36 from FourPointSevenFive/fix-be/user-favorite-t…
Browse files Browse the repository at this point in the history
…oggle

chore(be) - add json-smart dependency
  • Loading branch information
j1suk1m authored Dec 4, 2024
2 parents 5456263 + 138aff3 commit 13c85d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ dependencies {

// AWS
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'

// JSON
implementation 'net.minidev:json-smart:2.4.7'
}

tasks.named('test') {
Expand Down

0 comments on commit 13c85d3

Please sign in to comment.