Files
event-sourcing-examples/java-spring/accounts-command-side-web/build.gradle
2016-01-16 11:37:54 -08:00

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"
}