From 5b51d7cce3fc2fc7db7cd91323ab2111740f39ee Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Sat, 18 Feb 2017 10:58:24 -0500 Subject: [PATCH] Reinstate `spring-cloud-stream-binder-kafka-test-support` Fix #102 We've removed it in favour of using `spring-kafka-test` directly but that is somewhat inconvenient to the end user. Also, it's still part of the release train BOM so it's an oversight on our end. --- pom.xml | 3 ++- .../pom.xml | 24 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 spring-cloud-stream-binder-kafka-test-support/pom.xml diff --git a/pom.xml b/pom.xml index 754452b72..8423ebc5b 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,8 @@ spring-cloud-stream-binder-kafka-0.9-test spring-cloud-stream-binder-kafka-0.10.0-test spring-cloud-stream-binder-kafka-core - + spring-cloud-stream-binder-kafka-test-support + diff --git a/spring-cloud-stream-binder-kafka-test-support/pom.xml b/spring-cloud-stream-binder-kafka-test-support/pom.xml new file mode 100644 index 000000000..0eb132bee --- /dev/null +++ b/spring-cloud-stream-binder-kafka-test-support/pom.xml @@ -0,0 +1,24 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-stream-binder-kafka-parent + 1.2.0.BUILD-SNAPSHOT + + spring-cloud-stream-binder-kafka-test-support + Kafka related test classes + + + + junit + junit + compile + + + org.springframework.kafka + spring-kafka-test + ${spring-kafka.version} + + +