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.
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
<spring-data-releasetrain.version>Dijkstra-RELEASE</spring-data-releasetrain.version>
|
||||
<spring-hateoas.version>0.12.0.RELEASE</spring-hateoas.version>
|
||||
<spring-integration.version>4.0.1.RELEASE</spring-integration.version>
|
||||
<spring-loaded.version>1.2.0.RELEASE</spring-loaded.version>
|
||||
<spring-mobile.version>1.1.1.RELEASE</spring-mobile.version>
|
||||
<spring-security.version>3.2.4.RELEASE</spring-security.version>
|
||||
<spring-security-jwt.version>1.0.2.RELEASE</spring-security-jwt.version>
|
||||
@@ -905,6 +906,11 @@
|
||||
<artifactId>spring-websocket</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>springloaded</artifactId>
|
||||
<version>${spring-loaded.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.amqp</groupId>
|
||||
<artifactId>spring-amqp</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user