diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index ca967ac381..f199479e0c 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -79,6 +79,13 @@
1.1.6
test
+
+ io.codearte.accurest
+ accurest-test-deps
+ ${project.version}
+ pom
+ test
+
diff --git a/maven-plugin/src/test/projects/bootSimple/pom.xml b/maven-plugin/src/test/projects/bootSimple/pom.xml
index 325a46dd11..977bee9b98 100644
--- a/maven-plugin/src/test/projects/bootSimple/pom.xml
+++ b/maven-plugin/src/test/projects/bootSimple/pom.xml
@@ -46,6 +46,11 @@
${accurest.version}
pom
+
+ com.jayway.restassured
+ spring-mock-mvc
+ 2.9.0
+
diff --git a/test-deps/pom.xml b/test-deps/pom.xml
index 0b6af3d4da..b3c4325703 100644
--- a/test-deps/pom.xml
+++ b/test-deps/pom.xml
@@ -28,16 +28,17 @@
com.jayway.restassured
spring-mock-mvc
2.9.0
+ true
com.github.tomakehurst
wiremock
- 2.0.4-beta
+ 2.0.10-beta
com.toomuchcoding.jsonassert
jsonassert
- 0.2.2
+ 0.3.0
org.assertj