Fixed poms

This commit is contained in:
Marcin Grzejszczak
2016-07-20 11:28:46 +02:00
parent 6586015d99
commit 3e9aabab9d
6 changed files with 11 additions and 5 deletions

View File

@@ -46,9 +46,10 @@ 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"
testCompile "org.springframework.cloud:spring-cloud-contract-stub-runner"
testCompile "org.springframework.cloud:spring-cloud-contract-wiremock"
testCompile "org.springframework.cloud:spring-cloud-stream-test-support"
testCompile "org.springframework.integration:spring-integration-java-dsl"
}
test {

View File

@@ -30,6 +30,11 @@
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-java-dsl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-samples</artifactId>
<artifactId>spring-cloud-contract-tests</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-samples</artifactId>
<artifactId>spring-cloud-contract-tests</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-samples</artifactId>
<artifactId>spring-cloud-contract-tests</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-samples</artifactId>
<artifactId>spring-cloud-contract-tests</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>