Added WireMock dependency to Stub Runner starter

This commit is contained in:
Marcin Grzejszczak
2016-09-02 11:22:34 +02:00
parent 5c4bc1bda1
commit 9cce129f3f

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-contract-wiremock</artifactId>
</dependency>
</dependencies>
<build>
<plugins>