11 lines
298 B
Groovy
11 lines
298 B
Groovy
apply plugin: 'groovy'
|
|
|
|
dependencies {
|
|
compile(project(":demand-forecasting-model"))
|
|
compile(project(":adapter-commons"))
|
|
|
|
testCompile("org.springframework.boot:spring-boot-starter-test")
|
|
testCompile("org.spockframework:spock-spring:1.1-groovy-2.4")
|
|
testCompile("com.h2database:h2:1.4.194")
|
|
}
|