diff --git a/_includes/build.gradle b/_includes/build.gradle
index a23a0618..549a7caf 100644
--- a/_includes/build.gradle
+++ b/_includes/build.gradle
@@ -1,3 +1,10 @@
dependencies {
- compile '{@= groupId @}:spring-cloud-starter-consul-all:{@= version @}'
+ compile('{@= groupId @}:spring-cloud-starter-consul-all')
}
+
+dependencyManagement {
+ imports {
+ mavenBom "{@= groupId @}:spring-cloud-dependencies:{@= version @}"
+ }
+}
+
diff --git a/_includes/pom.xml b/_includes/pom.xml
index b41aa1ad..c7ccf8d6 100644
--- a/_includes/pom.xml
+++ b/_includes/pom.xml
@@ -2,6 +2,17 @@
{@= groupId @}
spring-cloud-starter-consul-all
- {@= version @}
+
+
+
+
+ {@= groupId @}
+ spring-cloud-dependencies
+ {@= version @}
+ pom
+ import
+
+
+