11 lines
243 B
Groovy
11 lines
243 B
Groovy
|
|
dependencies {
|
|
compile project(":accounts-query-side-backend")
|
|
|
|
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
|
|
compile "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
|
|
}
|
|
|
|
|
|
|