Files
event-sourcing-examples/java-spring/common/build.gradle
Main 5f8475d675 - fixed the tests
- updated eventuate-client version
- fixed api-gateway and common module's dependencies
2016-08-10 23:39:00 +03:00

9 lines
229 B
Groovy

apply plugin: 'java'
dependencies {
compile "commons-lang:commons-lang:2.6"
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
testCompile group: 'junit', name: 'junit', version: '4.11'
}