mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2025-12-06 08:46:23 +00:00
8 lines
201 B
Groovy
8 lines
201 B
Groovy
dependencies {
|
|
// Kafka for event publishing
|
|
implementation 'org.springframework.kafka:spring-kafka'
|
|
|
|
// Jackson for JSON
|
|
implementation 'com.fasterxml.jackson.core:jackson-databind'
|
|
}
|