From c495586a3f92936c0cbe0ff8942a0095a22398e2 Mon Sep 17 00:00:00 2001 From: Oleg Date: Wed, 28 Feb 2024 16:11:28 +0400 Subject: [PATCH] Use dirty tcp core with corrected send functionality --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4ee48c7..35ffbfd 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.exactpro.th2:common:3.44.1' implementation 'com.exactpro.th2:netty-bytebuf-utils:0.0.1' - implementation('com.exactpro.th2:conn-dirty-tcp-core:2.3.0') { + implementation('com.exactpro.th2:conn-dirty-tcp-core:2.3.0-direct-send-to-mq-8080094038-446b015-SNAPSHOT') { exclude group: 'org.slf4j', module: 'slf4j-log4j12' because 'Projects should use only slf4j-api, without coupling to a certain implementation' }