From 84493821109b103ab497db041a84911f7a930955 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 8 Feb 2017 11:06:58 +0100 Subject: [PATCH] Added info about the dependencies --- README.adoc | 7 +++---- docs/src/main/asciidoc/verifier/introduction.adoc | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.adoc b/README.adoc index 3b170f6325..438d58c78f 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 bba83bd8ce..51ec9a0104 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