Merge branch '1.0.x'

fixes #146
This commit is contained in:
Marcin Grzejszczak
2016-12-23 14:38:57 +01:00

View File

@@ -7,6 +7,11 @@ http://wiremock.org[WireMock] with different servers by using the
https://github.com/spring-cloud/spring-cloud-contract/tree/master/samples[samples]
for more details.
IMPORTANT: The Spring Cloud Release Train BOM imports `spring-cloud-contract-dependencies`
which in turn has exclusions for the dependencies needed by WireMock. This might lead to a situation that
even if you're not using Spring Cloud Contract then your dependencies will be influenced
anyways.
If you have a Spring Boot application that uses Tomcat as an embedded
server, for example (the default with `spring-boot-starter-web`), then
you can simply add `spring-cloud-contract-wiremock` to your classpath