Trying to fix Travis

This commit is contained in:
Marcin Grzejszczak
2016-03-30 08:38:52 +02:00
parent f343a191d3
commit 71ddf9442b
2 changed files with 4 additions and 5 deletions

View File

@@ -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"
}
}

View File

@@ -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'
}
}