Stub Runner Boot fails to start due to missing class

we're adding the  dependency to stub runner

fixes #197
This commit is contained in:
Marcin Grzejszczak
2017-01-18 12:24:07 +01:00
parent 4d82abc52d
commit 762ab4ee3a

View File

@@ -25,6 +25,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-wiremock</artifactId>