9 lines
290 B
Groovy
9 lines
290 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
|
|
compile "net.chrisrichardson.eventstore.client:eventstore-java-client_2.10:$eventStoreClientVersion"
|
|
|
|
testCompile group: 'junit', name: 'junit', version: '4.11'
|
|
}
|