Skip to content

Commit 9625ae9

Browse files
committed
Add spring-boot-starter-restclient to Tests
1 parent 7dac99f commit 9625ae9

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies {
1616
implementation 'org.springframework.boot:spring-boot-starter-security'
1717
implementation 'org.springframework.boot:spring-boot-starter-web'
1818

19+
testImplementation 'org.springframework.boot:spring-boot-starter-restclient'
1920
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2021
testImplementation 'org.springframework.security:spring-security-test'
2122
}

servlet/spring-boot/java/oauth2/restclient/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ dependencies {
1717
implementation 'org.springframework.boot:spring-boot-starter-web'
1818
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
1919

20-
testImplementation 'org.springframework.boot:spring-boot-starter-test'
20+
testImplementation 'org.springframework.boot:spring-boot-starter-restclient'
21+
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2122
testImplementation 'org.springframework.security:spring-security-test'
2223
testImplementation 'com.squareup.okhttp3:mockwebserver:5.1.0'
2324
}

servlet/spring-boot/java/oauth2/webclient/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ dependencies {
3636
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
3737
implementation 'io.projectreactor.netty:reactor-netty'
3838

39-
testImplementation 'org.springframework.boot:spring-boot-starter-test'
39+
testImplementation 'org.springframework.boot:spring-boot-starter-restclient'
40+
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4041
testImplementation 'org.springframework.security:spring-security-test'
4142
testImplementation 'com.squareup.okhttp3:mockwebserver:5.1.0'
4243
}

servlet/spring-boot/java/observability/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies {
1919
implementation 'io.micrometer:micrometer-tracing-bridge-brave'
2020
implementation 'io.zipkin.reporter2:zipkin-reporter-brave'
2121

22+
testImplementation 'org.springframework.boot:spring-boot-starter-restclient'
2223
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2324
testImplementation 'org.springframework.security:spring-security-test'
2425
}

0 commit comments

Comments
 (0)