summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2026-03-05 12:22:32 +0100
committerPaul-Christian Volkmer2026-03-05 12:22:32 +0100
commit9a154786bdb91e00bd70ad5a48550d2d5a242ea3 (patch)
treeab392dd5ac4fd3b123df161cde1e8dea20299134
parent6e04c30b1fb0c4e8579da1c4d5a35af1de0a9094 (diff)
deps: add spring boot starter for kafka
-rw-r--r--build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index c7a7968..c62bee4 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -70,6 +70,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-oauth2-client")
+ implementation("org.springframework.boot:spring-boot-starter-kafka")
implementation("org.springframework.boot:spring-boot-starter-flyway")
implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8")