diff --git a/graphql-dgs-spring-graphql-starter/build.gradle.kts b/graphql-dgs-spring-graphql-starter/build.gradle.kts index 5714a1c50..80b24ee60 100644 --- a/graphql-dgs-spring-graphql-starter/build.gradle.kts +++ b/graphql-dgs-spring-graphql-starter/build.gradle.kts @@ -19,6 +19,7 @@ dependencies { api(project(":graphql-dgs-spring-boot-oss-autoconfigure")) api(project(":graphql-dgs-spring-graphql")) api(project(":graphql-dgs-client")) + api(project(":graphql-dgs-reactive")) api(project(":graphql-error-types")) api("org.springframework.boot:spring-boot-starter-graphql") } \ No newline at end of file