From d4d3ffa93c3ad8b0ea1b86d8e47852e53adb73de Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 27 May 2014 21:23:05 +0100 Subject: [PATCH] Unify versions in POMs started by the invoker Unify the versions used in integration tests launched by the maven-invoker-plugin. Allows for already cached local copies to be used, hopefully speeding up the build. --- spring-boot-dependencies/pom.xml | 6 ++++++ .../spring-boot-loader-tools/pom.xml | 5 +++++ .../src/it/executable-dir/pom.xml | 8 ++++---- .../src/it/executable-jar/pom.xml | 8 ++++---- .../src/it/executable-war/pom.xml | 10 +++++----- .../src/it/jar-exclude-artifact/pom.xml | 2 +- .../src/it/jar-exclude-entry/pom.xml | 20 ++----------------- .../src/it/jar-exclude-group/pom.xml | 20 ++----------------- .../src/it/jar-pom/pom.xml | 2 +- .../src/it/jar-test-scope/pom.xml | 4 ++-- .../src/it/jar/pom.xml | 2 +- .../src/it/prop/pom.xml | 2 +- .../src/it/war/pom.xml | 2 +- 13 files changed, 35 insertions(+), 56 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 5585edaaf8..0f19339db1 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -95,6 +95,7 @@ Dijkstra-RELEASE 0.12.0.RELEASE 4.0.1.RELEASE + 1.2.0.RELEASE 1.1.1.RELEASE 3.2.4.RELEASE 1.0.2.RELEASE @@ -905,6 +906,11 @@ spring-websocket ${spring.version} + + org.springframework + springloaded + ${spring-loaded.version} + org.springframework.amqp spring-amqp diff --git a/spring-boot-tools/spring-boot-loader-tools/pom.xml b/spring-boot-tools/spring-boot-loader-tools/pom.xml index 3a774fe039..c4fd12e343 100644 --- a/spring-boot-tools/spring-boot-loader-tools/pom.xml +++ b/spring-boot-tools/spring-boot-loader-tools/pom.xml @@ -40,6 +40,11 @@ zt-zip test + + org.springframework + springloaded + test + diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml index 3fc16df78d..53849e2108 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.6 + 2.8 unpack @@ -73,17 +73,17 @@ org.eclipse.jetty jetty-webapp - 8.1.8.v20121106 + 8.1.14.v20131031 org.eclipse.jetty jetty-annotations - 8.1.8.v20121106 + 8.1.14.v20131031 org.springframework spring-webmvc - 3.2.0.RELEASE + 4.0.5.RELEASE diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml index b32c0e5d4c..7287685203 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.6 + 2.8 unpack @@ -86,17 +86,17 @@ org.eclipse.jetty jetty-webapp - 8.1.8.v20121106 + 8.1.14.v20131031 org.eclipse.jetty jetty-annotations - 8.1.8.v20121106 + 8.1.14.v20131031 org.springframework spring-webmvc - 3.2.0.RELEASE + 4.0.5.RELEASE diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml index efa6e7b048..cec47fda08 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml @@ -39,7 +39,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.6 + 2.8 unpack @@ -67,22 +67,22 @@ org.eclipse.jetty jetty-webapp - 8.1.8.v20121106 + 8.1.14.v20131031 org.eclipse.jetty jetty-plus - 8.1.8.v20121106 + 8.1.14.v20131031 org.eclipse.jetty jetty-annotations - 8.1.8.v20121106 + 8.1.14.v20131031 org.springframework spring-webmvc - 3.2.0.RELEASE + 4.0.5.RELEASE diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-artifact/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-artifact/pom.xml index 02747a078d..9397de6734 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-artifact/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-artifact/pom.xml @@ -43,7 +43,7 @@ org.springframework spring-context - 3.2.3.RELEASE + 4.0.5.RELEASE javax.servlet diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-entry/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-entry/pom.xml index 00bdeb2f85..2b790adec9 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-entry/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-entry/pom.xml @@ -1,22 +1,6 @@ - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.boot.maven.it jar-exclude-entry @@ -64,7 +48,7 @@ org.springframework spring-context - 3.2.3.RELEASE + 4.0.5.RELEASE javax.servlet diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-group/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-group/pom.xml index c8bae6c3a7..ca2c0db1a7 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-group/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-group/pom.xml @@ -1,22 +1,6 @@ - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.boot.maven.it jar-exclude-group @@ -59,7 +43,7 @@ org.springframework spring-context - 3.2.3.RELEASE + 4.0.5.RELEASE javax.servlet diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-pom/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-pom/pom.xml index 86bffdcc61..bf33933101 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-pom/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-pom/pom.xml @@ -29,7 +29,7 @@ org.springframework spring-context - 3.2.3.RELEASE + 4.0.5.RELEASE javax.servlet diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-test-scope/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-test-scope/pom.xml index 1426be6b19..fee741d034 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-test-scope/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-test-scope/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.boot.maven.it jar-test-scope @@ -43,7 +43,7 @@ org.springframework spring-context - 3.2.3.RELEASE + 4.0.5.RELEASE javax.servlet diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml index c851abd8c5..e9208df9d7 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml @@ -43,7 +43,7 @@ org.springframework spring-context - 3.2.3.RELEASE + 4.0.5.RELEASE javax.servlet diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml index 2bdf801298..b170f2e04e 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml @@ -43,7 +43,7 @@ org.springframework spring-context - 3.2.3.RELEASE + 4.0.5.RELEASE javax.servlet diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml index b947e7b472..de38c51db7 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml @@ -42,7 +42,7 @@ org.springframework spring-context - 3.2.3.RELEASE + 4.0.5.RELEASE javax.servlet