Skip to content

Commit

Permalink
Add jackson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sefadegirmenci committed Jul 20, 2022
1 parent 1149d44 commit 7a60661
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 @@ -22,6 +22,7 @@ dependencies {
// implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
// implementation 'org.springframework.boot:spring-boot-starter-security'
// implementation 'org.springdoc:springdoc-openapi-ui:1.6.6'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3'
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
implementation 'org.springframework.boot:spring-boot-starter-web'
// https://mvnrepository.com/artifact/io.springfox/springfox-boot-starter
Expand Down

0 comments on commit 7a60661

Please sign in to comment.