From 7b09e298846ec55e167d14393b5288cdbe53453d Mon Sep 17 00:00:00 2001 From: Asi Bross <11426802+asibross@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:21:50 -0700 Subject: [PATCH] Add graphql-dgs-reactive to the compile classpath when using DGS Spring GraphQL starter --- graphql-dgs-spring-graphql-starter/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) 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