Upodated aggregator RedisMessageStoreAggregatorTests to use RedisTestContainerSupport.

This commit is contained in:
Corneil du Plessis
2023-01-11 16:20:14 +02:00
parent 27a04dc1ae
commit b5c9652946
3 changed files with 35 additions and 23 deletions

View File

@@ -51,6 +51,13 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>redis-common</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!--JDBC-->
<dependency>
<groupId>org.springframework.integration</groupId>