11 lines
422 B
Groovy
11 lines
422 B
Groovy
dependencies {
|
|
implementation project(':common')
|
|
|
|
// AI and Location Services
|
|
implementation 'org.springframework.boot:spring-boot-starter-webflux'
|
|
|
|
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
|
|
implementation 'org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j'
|
|
implementation 'org.springframework.cloud:spring-cloud-starter-loadbalancer'
|
|
}
|