Changed cloud versions

This commit is contained in:
Marcin Grzejszczak
2016-03-29 22:58:10 +02:00
parent 37cee4ccda
commit f343a191d3

View File

@@ -4,9 +4,9 @@ dependencies {
compile project(':stub-runner-root:stub-runner-spring')
compile localGroovy()
compile 'org.springframework.cloud:spring-cloud-starter:[1.1.0.RC2,)'
compile 'org.springframework.cloud:spring-cloud-starter:[1.0.6.RELEASE,)'
// TODO: should be compile only
compile 'org.springframework.cloud:spring-cloud-starter-ribbon:[1.1.0.RC1,)'
compile 'org.springframework.cloud:spring-cloud-starter-ribbon:[1.0.6.RELEASE,)'
testCompile('org.spockframework:spock-core:1.0-groovy-2.3') {
exclude(group: 'org.codehaus.groovy')