diff --git a/maven-plugin/src/test/projects/bootSimple/pom.xml b/maven-plugin/src/test/projects/bootSimple/pom.xml
index 977bee9b98..a51dd6f7cd 100644
--- a/maven-plugin/src/test/projects/bootSimple/pom.xml
+++ b/maven-plugin/src/test/projects/bootSimple/pom.xml
@@ -15,7 +15,7 @@
org.springframework.boot
spring-boot-starter-parent
1.3.3.RELEASE
-
+
@@ -49,10 +49,22 @@
com.jayway.restassured
spring-mock-mvc
- 2.9.0
+ test
+
+
+
+ io.codearte.accurest
+ accurest-test-deps
+ ${accurest.version}
+ pom
+ import
+
+
+
+
@@ -122,7 +134,7 @@
io.codearte.accurest
stubs-assembly-descriptor
- 1.0
+ 1.1
diff --git a/pom.xml b/pom.xml
index f3a95d97ed..5c34c9c25e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
accurest-maven-project
0.2-SNAPSHOT
- Accurate Maven Plugin
+ Accurate Maven Plugin Project
Accurate REST Maven Plugin
https://github.com/Codearte/accurest-maven-plugin
diff --git a/test-deps/pom.xml b/test-deps/pom.xml
index 87b60df18e..6bc6297d62 100644
--- a/test-deps/pom.xml
+++ b/test-deps/pom.xml
@@ -15,33 +15,61 @@
org.spockframework
spock-core
- 1.0-groovy-2.4
com.jayway.restassured
rest-assured
- 2.9.0
com.jayway.restassured
spring-mock-mvc
- 2.9.0
- true
com.github.tomakehurst
wiremock
- 2.0.10-beta
com.toomuchcoding.jsonassert
jsonassert
- 0.3.0
org.assertj
assertj-core
- 2.3.0
+
+
+
+ org.spockframework
+ spock-core
+ 1.0-groovy-2.4
+
+
+ com.jayway.restassured
+ rest-assured
+ 2.9.0
+
+
+ com.jayway.restassured
+ spring-mock-mvc
+ 2.9.0
+ true
+
+
+ com.github.tomakehurst
+ wiremock
+ 2.0.10-beta
+
+
+ com.toomuchcoding.jsonassert
+ jsonassert
+ 0.3.0
+
+
+ org.assertj
+ assertj-core
+ 2.3.0
+
+
+
\ No newline at end of file