From b1d9f8eba693b06e0e7fb3125e08bb2f0900f296 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sun, 8 Aug 2021 11:01:26 +0700 Subject: [PATCH] Updated and add dgs websocket --- build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index b16509f..2e72b82 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,6 +21,8 @@ extra["dgsVersion"] = "4.5.0" dependencies { implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:${property("dgsVersion")}") + runtimeOnly("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure:${property("dgsVersion")}") + implementation("org.springframework.boot:spring-boot-starter-actuator") implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.springframework.boot:spring-boot-starter-web")