Trying to fix Travis
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user