File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
servlet/spring-boot/java/oauth2
resource-server/hello-security Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ repositories {
1313
1414
1515dependencies {
16+ implementation ' org.springframework.boot:spring-boot-starter-json'
1617 implementation ' org.springframework.boot:spring-boot-starter-web'
1718 implementation ' org.springframework.boot:spring-boot-starter-oauth2-authorization-server'
1819
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ repositories {
1515dependencies {
1616 implementation ' com.squareup.okhttp3:mockwebserver:5.1.0'
1717 implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
18+ implementation ' org.springframework.boot:spring-boot-starter-json'
1819 implementation ' org.springframework.boot:spring-boot-starter-web'
1920
2021 testImplementation ' org.springframework.boot:spring-boot-starter-test'
You can’t perform that action at this time.
0 commit comments