Added docker-compose.yml for running services and mongodb

Removed bogus dependencies on mongo
This commit is contained in:
Chris Richardson
2015-06-07 15:50:40 -07:00
parent d8e2640398
commit 02ed3baa2a
4 changed files with 65 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ dependencies {
compile project(":common-backend")
compile "net.chrisrichardson.eventstore.client:eventstore-java-client:$eventStoreClientVersion"
compile "org.springframework.boot:spring-boot-starter-data-mongodb:$springBootVersion"
compile 'com.fasterxml.jackson.core:jackson-core:2.4.3'
compile 'com.fasterxml.jackson.core:jackson-databind:2.4.3'