Files
Main 39309f23a1 - refactored the tests
- moved some dto classes into common module
2016-08-09 22:43:41 +03:00

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