diff --git a/README.adoc b/README.adoc index 958120fab1..d8cdf51dc0 100644 --- a/README.adoc +++ b/README.adoc @@ -993,11 +993,10 @@ And that's it! ==== Dependencies -Spring Cloud Contract Verifier and Stub Runner are using the following libraries +The best way to add the dependencies is to just use the proper `starter` dependency. -- http://wiremock.org/[WireMock] -- https://github.com/jayway/JsonPath[Jayway JSONPath] -- https://github.com/marcingrzejszczak/jsonassert[JSONAssert from Marcin Grzejszczak] +For `stub-runner` use `spring-cloud-starter-stub-runner` and when you're using a plugin just add +`spring-cloud-starter-contract-verifier`. ==== Additional links diff --git a/docs/src/main/asciidoc/verifier/introduction.adoc b/docs/src/main/asciidoc/verifier/introduction.adoc index 86505ba7a5..7fdc24d631 100644 --- a/docs/src/main/asciidoc/verifier/introduction.adoc +++ b/docs/src/main/asciidoc/verifier/introduction.adoc @@ -453,11 +453,10 @@ And that's it! ==== Dependencies -Spring Cloud Contract Verifier and Stub Runner are using the following libraries +The best way to add the dependencies is to just use the proper `starter` dependency. -- http://wiremock.org/[WireMock] -- https://github.com/jayway/JsonPath[Jayway JSONPath] -- https://github.com/marcingrzejszczak/jsonassert[JSONAssert from Marcin Grzejszczak] +For `stub-runner` use `spring-cloud-starter-stub-runner` and when you're using a plugin just add +`spring-cloud-starter-contract-verifier`. ==== Additional links