Cleaned up dependencies

Upgraded to new version of client libraries
This commit is contained in:
Chris Richardson
2015-07-29 15:42:54 -07:00
parent 02ed3baa2a
commit 417136b878
5 changed files with 7 additions and 7 deletions

View File

@@ -1,11 +1,8 @@
apply plugin: 'java'
dependencies {
compile project(":testutil")
compile "net.chrisrichardson.eventstore.client:eventstore-java-client:$eventStoreClientVersion"
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
testCompile "junit:junit:4.11"
testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
}