Merge branch '1.5.x'
This commit is contained in:
commit
d5e588d50a
|
|
@ -2294,6 +2294,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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue