14 lines
383 B
Groovy
14 lines
383 B
Groovy
|
|
dependencies {
|
|
compile project(":accounts-command-side-backend")
|
|
compile project(":common-web")
|
|
|
|
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
|
|
|
|
testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
|
|
testCompile "net.chrisrichardson.eventstore.client:eventstore-jdbc_2.10:$eventStoreClientVersion"
|
|
}
|
|
|
|
|
|
|