Skip to content

Commit cf1ecca

Browse files
committed
Add missing spring-boot-restclient for Docker-based test
See gh-48253
1 parent 3e82ede commit cf1ecca

File tree

1 file changed

+1
-0
lines changed
  • smoke-test/spring-boot-smoke-test-session-data-redis

1 file changed

+1
-0
lines changed

smoke-test/spring-boot-smoke-test-session-data-redis/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies {
2828
implementation(project(":starter:spring-boot-starter-webmvc"))
2929

3030
dockerTestImplementation(project(":core:spring-boot-testcontainers"))
31+
dockerTestImplementation(project(":module:spring-boot-restclient"))
3132
dockerTestImplementation(project(":starter:spring-boot-starter-session-data-redis-test"))
3233
dockerTestImplementation(project(":starter:spring-boot-starter-webmvc-test"))
3334
dockerTestImplementation(project(":test-support:spring-boot-docker-test-support"))

0 commit comments

Comments
 (0)