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

@@ -13,8 +13,9 @@
<artifactId>spring-cloud-task-integration-tests</artifactId>
<properties>
<test.containers.version>1.16.1</test.containers.version>
<test.rabbit.containers.version>1.16.1</test.rabbit.containers.version>
<test.cloud.support>4.0.0-SNAPSHOT</test.cloud.support>
<test.containers.version>1.16.3</test.containers.version>
<test.rabbit.containers.version>1.16.3</test.rabbit.containers.version>
<test.ducttape.version>1.0.8</test.ducttape.version>
</properties>
@@ -80,6 +81,12 @@
<artifactId>h2</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>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>