Standalone services now use the Event Store Server (many tests still use the embedded server)
12 lines
278 B
Groovy
12 lines
278 B
Groovy
|
|
dependencies {
|
|
compile project(":accounts-query-side-backend")
|
|
compile project(":common-web")
|
|
|
|
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
|
|
compile "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
|
|
}
|
|
|
|
|
|
|