Fix some failing tests

- Use Chelsea.BUILD-SNAPSHOT to get latest updates
- Use consumer groups for multibinder so that
  behaviour is deterministic
This commit is contained in:
Marius Bogoevici
2017-04-07 13:37:47 -04:00
parent a1f78b74bd
commit d637b73fc7
4 changed files with 247 additions and 258 deletions

View File

@@ -45,19 +45,6 @@
<artifactId>spring-cloud-stream-binder-kafka-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<classifier>test</classifier>
<version>0.9.0.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>