Files
spring-boot-demo/edge-consuming/build.gradle.kts
2025-11-06 14:12:44 +07:00

12 lines
562 B
Plaintext

dependencies {
implementation(project(":edge-contracts"))
implementation(project(":core"))
implementation(rootProject.libs.com.fasterxml.jackson.datatype.jackson.datatype.jsr310)
implementation(rootProject.libs.com.fasterxml.jackson.module.jackson.module.kotlin)
implementation(rootProject.libs.org.springframework.cloud.spring.cloud.starter.stream.kafka)
implementation(rootProject.libs.org.springframework.cloud.spring.cloud.stream)
testImplementation(rootProject.libs.org.springframework.cloud.spring.cloud.stream.test.binder)
}