File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
authentication/username-password/user-details-service/custom-user Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dependencies {
16
16
implementation ' org.springframework.boot:spring-boot-starter-security'
17
17
implementation ' org.springframework.boot:spring-boot-starter-web'
18
18
19
+ testImplementation ' org.springframework.boot:spring-boot-starter-restclient'
19
20
testImplementation ' org.springframework.boot:spring-boot-starter-test'
20
21
testImplementation ' org.springframework.security:spring-security-test'
21
22
}
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ dependencies {
17
17
implementation ' org.springframework.boot:spring-boot-starter-web'
18
18
implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
19
19
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'
21
22
testImplementation ' org.springframework.security:spring-security-test'
22
23
testImplementation ' com.squareup.okhttp3:mockwebserver:5.1.0'
23
24
}
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ dependencies {
36
36
implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
37
37
implementation ' io.projectreactor.netty:reactor-netty'
38
38
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'
40
41
testImplementation ' org.springframework.security:spring-security-test'
41
42
testImplementation ' com.squareup.okhttp3:mockwebserver:5.1.0'
42
43
}
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ dependencies {
19
19
implementation ' io.micrometer:micrometer-tracing-bridge-brave'
20
20
implementation ' io.zipkin.reporter2:zipkin-reporter-brave'
21
21
22
+ testImplementation ' org.springframework.boot:spring-boot-starter-restclient'
22
23
testImplementation ' org.springframework.boot:spring-boot-starter-test'
23
24
testImplementation ' org.springframework.security:spring-security-test'
24
25
}
You can’t perform that action at this time.
0 commit comments