fix dependencies

This commit is contained in:
Spencer Gibb
2016-04-04 15:12:03 -06:00
parent 8b46ee03d0
commit 5e632f4b50
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath "io.spring.gradle:dependency-management-plugin:0.5.2.RELEASE"
classpath "io.spring.gradle:dependency-management-plugin:0.5.6.RELEASE"
}
}
@@ -8,7 +8,7 @@ apply plugin: "io.spring.dependency-management"
dependencyManagement {
imports {
mavenBom '{@= groupId @}:spring-cloud-zookeeper:{@= version @}'
mavenBom '{@= groupId @}:spring-cloud-zookeeper-dependencies:{@= version @}'
}
}

View File

@@ -2,7 +2,7 @@
<dependencies>
<dependency>
<groupId>{@= groupId @}</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<artifactId>spring-cloud-zookeeper-dependencies</artifactId>
<version>{@= version @}</version>
<type>pom</type>
<scope>import</scope>