Created
August 8, 2018 21:34
-
-
Save schroedermatt/adfac1207b6206d19c12e6d92f3c4a38 to your computer and use it in GitHub Desktop.
snippet of the dependencies needed for integration testing with spring-kafka
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repositories { | |
| maven { | |
| url "http://packages.confluent.io/maven/" | |
| } | |
| } | |
| compile 'org.springframework.kafka:spring-kafka’ | |
| compile "org.apache.avro:avro” | |
| compile "io.confluent:kafka-avro-serializer | |
| testCompile 'org.springframework.kafka:spring-kafka-test' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment