Files
spring-cloud-sleuth/_includes/build.gradle
2015-09-10 09:29:16 +01:00

16 lines
362 B
Groovy

buildscript {
dependencies {
classpath "io.spring.gradle:dependency-management-plugin:0.5.2.RELEASE"
}
}
apply plugin: "io.spring.dependency-management"
dependencyManagement {
imports {
mavenBom '{@= groupId @}:spring-cloud-sleuth:{@= version @}'
}
}
dependencies {
compile '{@= groupId @}:spring-cloud-starter-sleuth'
}