9 lines
277 B
Groovy
9 lines
277 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
|
|
compile "io.eventuate.client.java:eventuate-client-java-spring:$eventuateClientVersion"
|
|
|
|
testCompile group: 'junit', name: 'junit', version: '4.11'
|
|
}
|