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} + + +