From 71ddf9442bd4ebeac9f95661ac067ec171f928a8 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 30 Mar 2016 08:38:52 +0200 Subject: [PATCH] Trying to fix Travis --- build.gradle | 1 + stub-runner/stub-runner-spring-cloud/build.gradle | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 96908af878..0cd3295587 100644 --- a/build.gradle +++ b/build.gradle @@ -9,6 +9,7 @@ buildscript { classpath "com.bmuschko:gradle-nexus-plugin:2.3" classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3" if (project.hasProperty('fatJar')) classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3' + classpath "io.spring.gradle:dependency-management-plugin:0.5.6.RELEASE" } } diff --git a/stub-runner/stub-runner-spring-cloud/build.gradle b/stub-runner/stub-runner-spring-cloud/build.gradle index 3b25cf3895..a69b8dc7fc 100644 --- a/stub-runner/stub-runner-spring-cloud/build.gradle +++ b/stub-runner/stub-runner-spring-cloud/build.gradle @@ -1,12 +1,10 @@ -description = 'Spring configuration for stub-runner' - dependencies { compile project(':stub-runner-root:stub-runner-spring') compile localGroovy() - 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.0.6.RELEASE,)' + compile 'org.springframework.cloud:spring-cloud-starter:1.1.0.RC2' + compile 'org.springframework.cloud:spring-cloud-starter-ribbon:1.1.0.RC1' testCompile('org.spockframework:spock-core:1.0-groovy-2.3') { exclude(group: 'org.codehaus.groovy') @@ -22,4 +20,4 @@ dependencies { exclude(group: 'org.codehaus.groovy') } testCompile 'ch.qos.logback:logback-classic:1.1.3' -} +} \ No newline at end of file