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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user