Sync docs from 1.0.x to gh-pages

This commit is contained in:
buildmaster
2017-02-08 10:20:20 +00:00
parent b151ad2a4e
commit fbf1aacc56

View File

@@ -2117,20 +2117,11 @@ example of achieving the same by changing the properties.</p>
<div class="sect3">
<h4 id="_dependencies">Dependencies</h4>
<div class="paragraph">
<p>Spring Cloud Contract Verifier and Stub Runner are using the following libraries</p>
<p>The best way to add the dependencies is to just use the proper <code>starter</code> dependency.</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="http://wiremock.org/">WireMock</a></p>
</li>
<li>
<p><a href="https://github.com/jayway/JsonPath">Jayway JSONPath</a></p>
</li>
<li>
<p><a href="https://github.com/marcingrzejszczak/jsonassert">JSONAssert from Marcin Grzejszczak</a></p>
</li>
</ul>
<div class="paragraph">
<p>For <code>stub-runner</code> use <code>spring-cloud-starter-stub-runner</code> and when you&#8217;re using a plugin just add
<code>spring-cloud-starter-contract-verifier</code>.</p>
</div>
</div>
<div class="sect3">