Bumping WireMock to 2.1.7 (#27)

* Bumping WireMock to 2.1.7
* Added samples to the project
* Updated docs

fixes #26, #7
This commit is contained in:
Marcin Grzejszczak
2016-07-12 13:06:42 +02:00
committed by GitHub
parent 1bed00ccf9
commit ebf8dd4b67
136 changed files with 5275 additions and 249 deletions

View File

@@ -42,7 +42,7 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud.contract</groupId>
<artifactId>spring-cloud-verifier-camel</artifactId>
<artifactId>spring-cloud-contract-verifier-camel</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -29,7 +29,7 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud.contract</groupId>
<artifactId>spring-cloud-verifier-integration</artifactId>
<artifactId>spring-cloud-contract-verifier-integration</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud.contract</groupId>
<artifactId>spring-cloud-verifier-messaging-core</artifactId>
<artifactId>spring-cloud-contract-verifier-messaging-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -24,7 +24,7 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud.contract</groupId>
<artifactId>spring-cloud-verifier-messaging-stream</artifactId>
<artifactId>spring-cloud-contract-verifier-stream</artifactId>
<scope>test</scope>
</dependency>
<dependency>