13 lines
353 B
Groovy
13 lines
353 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile project(":common")
|
|
compile project(":common-auth")
|
|
|
|
compile "io.eventuate.client.java:eventuate-client-java-spring:$eventuateClientVersion"
|
|
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
|
|
|
|
compile "junit:junit:4.11"
|
|
compile "io.reactivex:rxjava:1.1.5"
|
|
}
|