Added spring-boot-starter-web for stub runner boot

fixes gh-840
This commit is contained in:
Marcin Grzejszczak
2019-01-04 17:26:16 +01:00
parent 7b2cce7513
commit 69d990f3a1

View File

@@ -17,6 +17,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-contract-stub-runner</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
<build>
<plugins>