13 lines
344 B
Groovy
13 lines
344 B
Groovy
|
|
dependencies {
|
|
compile project(":transactions-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"
|
|
}
|
|
|
|
|
|
|