Skip to content

Commit 61f00cd

Browse files
committed
Add starter-json To Samples That Use Jackson
1 parent fba0f79 commit 61f00cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

servlet/spring-boot/java/oauth2/authorization-server/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ repositories {
1313

1414

1515
dependencies {
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

servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ repositories {
1515
dependencies {
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'

0 commit comments

Comments
 (0)