Replacing cloud.test.TestSocketUtils

Now utilizing the one provided by the spring framework
This commit is contained in:
Glenn Renfro
2022-11-28 20:45:36 -05:00
parent 8a8bcc65bc
commit 6d17f8dedb
10 changed files with 14 additions and 9 deletions

View File

@@ -146,6 +146,11 @@
<artifactId>spring-cloud-stream</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>