Updated tests so that they use TestSocketUtils instead of SocketUtils

Temporarily disabled tests for remote partition sample until Spring Cloud Deployer Local is fixed
This commit is contained in:
Glenn Renfro
2022-03-09 16:49:18 -05:00
parent 300c767710
commit 270b24be8b
16 changed files with 97 additions and 55 deletions

View File

@@ -19,6 +19,7 @@
</parent>
<properties>
<test.cloud.support>4.0.0-SNAPSHOT</test.cloud.support>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
</properties>
@@ -61,6 +62,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-test-support</artifactId>
<version>${test.cloud.support}</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>