INTSAMPLES-146 Fix Kafka tests and some polishing

JIRA: https://jira.spring.io/browse/INTSAMPLES-146
This commit is contained in:
Artem Bilan
2015-09-24 08:49:26 -04:00
parent 23f4a04661
commit 5c4b817e27
5 changed files with 211 additions and 7 deletions

View File

@@ -86,14 +86,14 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-amqp</artifactId>
<version>4.2.0.RELEASE</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-amqp</artifactId>
<version>4.2.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>