2025-10-23 17:54:36 +09:00

14 lines
442 B
Groovy

dependencies {
// Kafka for job publishing
implementation 'org.springframework.kafka:spring-kafka'
// Redis for AI/Image data caching
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
// OpenFeign for Distribution Service call
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
// Jackson for JSON
implementation 'com.fasterxml.jackson.core:jackson-databind'
}