Skip to content

Commit

Permalink
Use dirty tcp core with corrected send functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Feb 28, 2024
1 parent 0fb3114 commit c495586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit c495586

Please sign in to comment.