Standalone services now use the Event Store Server (many tests still use the embedded server)
11 lines
176 B
Groovy
11 lines
176 B
Groovy
apply plugin: 'scala'
|
|
|
|
dependencies {
|
|
compile "org.scala-lang:scala-library:2.10.2"
|
|
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
|
|
|
|
}
|
|
|
|
|
|
|