Skip to content

Instantly share code, notes, and snippets.

@mjedynak
Last active February 12, 2022 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjedynak/100454d1020323fa2a44303614d0a86b to your computer and use it in GitHub Desktop.
Save mjedynak/100454d1020323fa2a44303614d0a86b to your computer and use it in GitHub Desktop.
kafka_spring_deps
implementation("org.springframework.boot:spring-boot-starter")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.springframework.kafka:spring-kafka")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.kafka:spring-kafka-test")
testImplementation("org.awaitility:awaitility-kotlin:4.1.1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment