12 lines
409 B
Groovy
12 lines
409 B
Groovy
dependencyManagement {
|
|
imports {
|
|
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
|
|
}
|
|
dependencies {
|
|
dependency "antlr:antlr:$antlrVersion"
|
|
dependency "edu.umd.cs.mtc:multithreadedtc:$multithreadedtcVersion"
|
|
dependency "org.springframework.data:spring-data-geode-test:$springDataGeodeTest"
|
|
dependency "org.springframework.shell:spring-shell:$springShellVersion"
|
|
}
|
|
}
|