From d001e1200be9cd53f6ea9f34a021855efc6814fc Mon Sep 17 00:00:00 2001 From: Mariusz Smykula Date: Fri, 1 Apr 2016 21:21:25 +0200 Subject: [PATCH] depenency management import for test-deps --- .../src/test/projects/bootSimple/pom.xml | 18 ++++++-- pom.xml | 2 +- test-deps/pom.xml | 42 +++++++++++++++---- 3 files changed, 51 insertions(+), 11 deletions(-) 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