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 {
13
13
14
14
15
15
dependencies {
16
+ implementation ' org.springframework.boot:spring-boot-starter-json'
16
17
implementation ' org.springframework.boot:spring-boot-starter-web'
17
18
implementation ' org.springframework.boot:spring-boot-starter-oauth2-authorization-server'
18
19
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ repositories {
15
15
dependencies {
16
16
implementation ' com.squareup.okhttp3:mockwebserver:5.1.0'
17
17
implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
18
+ implementation ' org.springframework.boot:spring-boot-starter-json'
18
19
implementation ' org.springframework.boot:spring-boot-starter-web'
19
20
20
21
testImplementation ' org.springframework.boot:spring-boot-starter-test'
You can’t perform that action at this time.
0 commit comments