diff --git a/smoke-test/spring-boot-smoke-test-graphql/build.gradle b/smoke-test/spring-boot-smoke-test-graphql/build.gradle index dd1a7dd084b..1a4a495a4e3 100644 --- a/smoke-test/spring-boot-smoke-test-graphql/build.gradle +++ b/smoke-test/spring-boot-smoke-test-graphql/build.gradle @@ -25,7 +25,6 @@ dependencies { implementation(project(":starter:spring-boot-starter-security")) implementation(project(":starter:spring-boot-starter-webmvc")) - testImplementation(project(":module:spring-boot-webtestclient")) testImplementation(project(":starter:spring-boot-starter-graphql-test")) testImplementation(project(":starter:spring-boot-starter-webmvc-test")) } diff --git a/starter/spring-boot-starter-graphql-test/build.gradle b/starter/spring-boot-starter-graphql-test/build.gradle index 253ced3d5ac..2af61670f00 100644 --- a/starter/spring-boot-starter-graphql-test/build.gradle +++ b/starter/spring-boot-starter-graphql-test/build.gradle @@ -26,4 +26,5 @@ dependencies { api(project(":starter:spring-boot-starter-jackson-test")) api(project(":module:spring-boot-graphql-test")) + api(project(":module:spring-boot-webtestclient")) }