Remove references to old stub runner modules

This commit is contained in:
Dave Syer
2016-07-16 10:40:52 +01:00
parent 8ea90396a6
commit 5681cd1d55
15 changed files with 96 additions and 33 deletions

View File

@@ -46,7 +46,8 @@ dependencies {
testCompile "org.spockframework:spock-core"
testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile "junit:junit"
testCompile "org.springframework.cloud:spring-cloud-contract-stub-runner-stream:${project.findProperty('verifierVersion') ?: verifierVersion}"
testCompile "org.springframework.cloud:spring-cloud-contract-stub-runner-stream"
testCompile "org.springframework.cloud:spring-cloud-contract-wiremock"
}
test {

View File

@@ -40,6 +40,11 @@
<artifactId>spring-cloud-contract-stub-runner-stream</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-wiremock</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>

View File

@@ -46,7 +46,7 @@ dependencies {
testCompile "org.spockframework:spock-core"
testCompile "junit:junit"
testCompile 'org.springframework.cloud:spring-cloud-contract-wiremock'
testCompile "org.springframework.cloud:spring-cloud-contract-stub-runner-spring:${findProperty('verifierVersion') ?: verifierVersion}"
testCompile "org.springframework.cloud:spring-cloud-contract-stub-runner"
}
test {

View File

@@ -46,7 +46,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-stub-runner-spring</artifactId>
<artifactId>spring-cloud-contract-stub-runner</artifactId>
<scope>test</scope>
</dependency>
<dependency>