Add dependency management for Spring AMQP's testing modules
Closes gh-12393
This commit is contained in:
@@ -2451,6 +2451,16 @@
|
||||
<artifactId>spring-rabbit</artifactId>
|
||||
<version>${spring-amqp.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.amqp</groupId>
|
||||
<artifactId>spring-rabbit-junit</artifactId>
|
||||
<version>${spring-amqp.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.amqp</groupId>
|
||||
<artifactId>spring-rabbit-test</artifactId>
|
||||
<version>${spring-amqp.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-core</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user