mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-06-12 23:19:10 +00:00
add common module
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
dependencies {
|
||||
// Kafka for event publishing
|
||||
implementation 'org.springframework.kafka:spring-kafka'
|
||||
|
||||
// Jackson for JSON
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind'
|
||||
}
|
||||
Reference in New Issue
Block a user