apply plugin: 'scala' apply plugin: 'spring-boot' apply plugin: VerifyEventStoreEnvironmentPlugin dependencies { compile "org.scala-lang:scala-library:2.10.2" compile project(":transactions-command-side-web") compile "org.springframework.boot:spring-boot-starter-web" compile "org.springframework.boot:spring-boot-starter-actuator" compile "net.chrisrichardson.eventstore.client:eventstore-http-stomp-client_2.10:$eventStoreClientVersion" testCompile "org.springframework.boot:spring-boot-starter-test" testCompile scalaTestDependency } test { ignoreFailures true }