Sync docs from 1.0.x to gh-pages

This commit is contained in:
buildmaster
2017-02-03 12:37:25 +00:00
parent f786b4ee92
commit dea1379975

View File

@@ -7571,12 +7571,7 @@ common jar classes will be visible in your Groovy files.</p>
<div class="listingblock primary">
<div class="title">Maven</div>
<div class="content">
<pre class="highlight"><code class="language-xml" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;com.example&lt;/groupId&gt;
&lt;artifactId&gt;beer-common&lt;/artifactId&gt;
&lt;version&gt;${project.version}&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
<pre class="highlight"><code class="language-xml" data-lang="xml">Unresolved directive in verifier/contract.adoc - include::https://raw.githubusercontent.com/spring-cloud-samples/spring-cloud-contract-samples/1.0.x/producer/pom.xml[tags=test_dep,indent=0]</code></pre>
</div>
</div>
<div class="listingblock secondary">