Unify versions used in integration tests

This commit makes sure the integration tests use the same versions as
the one managed by `spring-boot-dependencies` (including Maven plugins).

Closes gh-8947
This commit is contained in:
Stephane Nicoll
2017-05-09 09:36:21 +02:00
parent bca96932af
commit f8e1345b75
28 changed files with 50 additions and 45 deletions

View File

@@ -37,6 +37,9 @@
<addTestClassPath>true</addTestClassPath>
<skipInvocation>${skipTests}</skipInvocation>
<streamLogs>true</streamLogs>
<filterProperties>
</filterProperties>
</configuration>
<executions>
<execution>