Upodated aggregator RedisMessageStoreAggregatorTests to use RedisTestContainerSupport.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user