set up kafka
This commit is contained in:
@@ -14,6 +14,7 @@ dependencies {
|
||||
implementation(hlaeja.kotlinx.coroutines)
|
||||
implementation(hlaeja.library.common.messages)
|
||||
implementation(hlaeja.library.jwt)
|
||||
implementation(hlaeja.springboot.kafka)
|
||||
implementation(hlaeja.springboot.starter.actuator)
|
||||
implementation(hlaeja.springboot.starter.r2dbc)
|
||||
implementation(hlaeja.springboot.starter.security)
|
||||
@@ -28,6 +29,7 @@ dependencies {
|
||||
testImplementation(hlaeja.projectreactor.reactor.test)
|
||||
testImplementation(hlaeja.kotlin.test.junit5)
|
||||
testImplementation(hlaeja.kotlinx.coroutines.test)
|
||||
testImplementation(hlaeja.springboot.kafka.test)
|
||||
testImplementation(hlaeja.springboot.starter.test)
|
||||
|
||||
testRuntimeOnly(hlaeja.junit.platform.launcher)
|
||||
@@ -37,6 +39,7 @@ dependencies {
|
||||
testIntegrationImplementation(hlaeja.projectreactor.reactor.test)
|
||||
testIntegrationImplementation(hlaeja.kotlin.test.junit5)
|
||||
testIntegrationImplementation(hlaeja.kotlinx.coroutines.test)
|
||||
testIntegrationImplementation(hlaeja.springboot.kafka.test)
|
||||
testIntegrationImplementation(hlaeja.springboot.starter.test)
|
||||
|
||||
testIntegrationRuntimeOnly(hlaeja.junit.platform.launcher)
|
||||
|
||||
Reference in New Issue
Block a user