Files
event-sourcing-examples/java-spring/accounts-command-side-web/build.gradle

13 lines
340 B
Groovy

dependencies {
compile project(":accounts-command-side-backend")
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
testCompile "io.eventuate.client.java:eventuate-client-java-jdbc:$eventuateClientVersion"
}