<dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-starter-contract-verifier</artifactId>
- <version>${it-plugin.version}</version>
+ <groupId>com.jayway.restassured</groupId>
+ <artifactId>rest-assured</artifactId>
+ <version>2.9.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.jayway.restassured</groupId>
+ <artifactId>spring-mock-mvc</artifactId>
+ <version>2.9.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.toomuchcoding.jsonassert</groupId>
+ <artifactId>jsonassert</artifactId>
+ <version>0.4.8</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>2.4.1</version>
<scope>test</scope>
</dependency>
diff --git a/1.0.x/spring-cloud-contract-maven-plugin/plugins.html b/1.0.x/spring-cloud-contract-maven-plugin/plugins.html
index d893772c59..e71fa91c71 100644
--- a/1.0.x/spring-cloud-contract-maven-plugin/plugins.html
+++ b/1.0.x/spring-cloud-contract-maven-plugin/plugins.html
@@ -405,7 +405,7 @@