Add wiremock verification

This commit is contained in:
Dave Syer
2017-06-21 09:12:35 +01:00
parent 3a7af2c8fe
commit 561f3b2fbf
5 changed files with 321 additions and 12 deletions

View File

@@ -151,7 +151,7 @@
</configuration>
</execution>
<execution>
<id>copy-resources</id>
<id>copy-docs</id>
<phase>prepare-package</phase>
<goals>
<goal>copy-resources</goal>
@@ -220,13 +220,6 @@
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-asciidoctor</artifactId>
<version>1.1.3.RELEASE</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>