ePages-de / restdocs-wiremock

Spring REST Docs WireMock Integration
Apache License 2.0
75 stars 27 forks source link

Mention wiremock version pointing to 1.55 in combination with spring-cloud in README.md #35

Closed otrosien closed 7 years ago

otrosien commented 7 years ago

I think I found the culprit. Spring-Cloud-AWS has a dependency on aws-java-sdk-core, which transitively defines a test dependency on wiremock. See here:

http://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-core/1.11.35

So, whenever you pull in the spring-cloud bom, you will get wiremock 1.55.

otrosien commented 7 years ago

Closing, as all we need to do is wait for spring-cloud candem release train, which includes spring-cloud-contract, which itself defines a wiremock 2.x version.

See https://github.com/spring-cloud/spring-cloud-contract/blob/master/spring-cloud-contract-dependencies/pom.xml