From 4758fa247370087673fae46f7a06b1ce53dc4207 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 12 Sep 2022 12:18:04 -0400 Subject: [PATCH] Fix STOMP module for latest SF changes --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 811755f142..191f410b6a 100644 --- a/build.gradle +++ b/build.gradle @@ -920,7 +920,6 @@ project('spring-integration-stomp') { dependencies { api project(':spring-integration-core') optionalApi 'org.springframework:spring-websocket' - optionalApi 'io.projectreactor.netty:reactor-netty-core' testImplementation project(':spring-integration-websocket') testImplementation project(':spring-integration-websocket').sourceSets.test.output @@ -932,6 +931,7 @@ project('spring-integration-stomp') { testImplementation 'com.fasterxml.jackson.core:jackson-databind' testRuntimeOnly 'org.springframework:spring-webmvc' + testRuntimeOnly 'io.projectreactor.netty:reactor-netty-http' } }