diff --git a/example/acceptance-test/pom.xml b/example/acceptance-test/pom.xml index 0313261..8f4d281 100644 --- a/example/acceptance-test/pom.xml +++ b/example/acceptance-test/pom.xml @@ -42,6 +42,11 @@ spring-boot-resttestclient test + + org.springframework.boot + spring-boot-starter-restclient + test + com.h2database h2 diff --git a/example/pom.xml b/example/pom.xml index b24bd9d..fb78b9d 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -13,7 +13,7 @@ ${java.version} ${java.version} 6.0.1 - 4.0.0 + 4.0.1 7.33.0 3.0.0 2.0.0 @@ -159,12 +159,24 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + + properties + + + + org.apache.maven.plugins maven-surefire-plugin ${maven-surefire-plugin.version} false + @{argLine} -javaagent:${org.mockito:mockito-core:jar} diff --git a/example/rest-adapter/pom.xml b/example/rest-adapter/pom.xml index 0a6a86f..0f8df23 100644 --- a/example/rest-adapter/pom.xml +++ b/example/rest-adapter/pom.xml @@ -40,6 +40,11 @@ spring-boot-resttestclient test + + org.springframework.boot + spring-boot-starter-restclient + test +