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:
		
							parent
							
								
									819b3b9761
								
							
						
					
					
						commit
						695571ad0b
					
				|  | @ -88,6 +88,7 @@ | |||
| 		<spring-data-redis.version>1.1.1.RELEASE</spring-data-redis.version> | ||||
| 		<spring-data-rest.version>2.0.2.RELEASE</spring-data-rest.version> | ||||
| 		<spring-hateoas.version>0.9.0.RELEASE</spring-hateoas.version> | ||||
| 		<spring-loaded.version>1.2.0.RELEASE</spring-loaded.version> | ||||
| 		<spring-rabbit.version>1.2.2.RELEASE</spring-rabbit.version> | ||||
| 		<spring-mobile.version>1.1.1.RELEASE</spring-mobile.version> | ||||
| 		<spring-security.version>3.2.4.RELEASE</spring-security.version> | ||||
|  | @ -512,6 +513,11 @@ | |||
| 					</exclusion> | ||||
| 				</exclusions> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework</groupId> | ||||
| 				<artifactId>springloaded</artifactId> | ||||
| 				<version>${spring-loaded.version}</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.batch</groupId> | ||||
| 				<artifactId>spring-batch-core</artifactId> | ||||
|  |  | |||
|  | @ -36,6 +36,11 @@ | |||
| 			<artifactId>zt-zip</artifactId> | ||||
| 			<scope>test</scope> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>org.springframework</groupId> | ||||
| 			<artifactId>springloaded</artifactId> | ||||
| 			<scope>test</scope> | ||||
| 		</dependency> | ||||
| 	</dependencies> | ||||
| 	<build> | ||||
| 		<plugins> | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ | |||
| 			<plugin> | ||||
| 				<groupId>org.apache.maven.plugins</groupId> | ||||
| 				<artifactId>maven-dependency-plugin</artifactId> | ||||
| 				<version>2.6</version> | ||||
| 				<version>2.8</version> | ||||
| 				<executions> | ||||
| 					<execution> | ||||
| 						<id>unpack</id> | ||||
|  | @ -73,17 +73,17 @@ | |||
| 		<dependency> | ||||
| 			<groupId>org.eclipse.jetty</groupId> | ||||
| 			<artifactId>jetty-webapp</artifactId> | ||||
| 			<version>8.1.8.v20121106</version> | ||||
| 			<version>8.1.14.v20131031</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>org.eclipse.jetty</groupId> | ||||
| 			<artifactId>jetty-annotations</artifactId> | ||||
| 			<version>8.1.8.v20121106</version> | ||||
| 			<version>8.1.14.v20131031</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>org.springframework</groupId> | ||||
| 			<artifactId>spring-webmvc</artifactId> | ||||
| 			<version>3.2.0.RELEASE</version> | ||||
| 			<version>4.0.5.RELEASE</version> | ||||
| 		</dependency> | ||||
| 	</dependencies> | ||||
| </project> | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ | |||
| 			<plugin> | ||||
| 				<groupId>org.apache.maven.plugins</groupId> | ||||
| 				<artifactId>maven-dependency-plugin</artifactId> | ||||
| 				<version>2.6</version> | ||||
| 				<version>2.8</version> | ||||
| 				<executions> | ||||
| 					<execution> | ||||
| 						<id>unpack</id> | ||||
|  | @ -86,17 +86,17 @@ | |||
| 		<dependency> | ||||
| 			<groupId>org.eclipse.jetty</groupId> | ||||
| 			<artifactId>jetty-webapp</artifactId> | ||||
| 			<version>8.1.8.v20121106</version> | ||||
| 			<version>8.1.14.v20131031</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>org.eclipse.jetty</groupId> | ||||
| 			<artifactId>jetty-annotations</artifactId> | ||||
| 			<version>8.1.8.v20121106</version> | ||||
| 			<version>8.1.14.v20131031</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>org.springframework</groupId> | ||||
| 			<artifactId>spring-webmvc</artifactId> | ||||
| 			<version>3.2.0.RELEASE</version> | ||||
| 			<version>4.0.5.RELEASE</version> | ||||
| 		</dependency> | ||||
| 	</dependencies> | ||||
| </project> | ||||
|  |  | |||
|  | @ -39,7 +39,7 @@ | |||
| 			<plugin> | ||||
| 				<groupId>org.apache.maven.plugins</groupId> | ||||
| 				<artifactId>maven-dependency-plugin</artifactId> | ||||
| 				<version>2.6</version> | ||||
| 				<version>2.8</version> | ||||
| 				<executions> | ||||
| 					<execution> | ||||
| 						<id>unpack</id> | ||||
|  | @ -67,22 +67,22 @@ | |||
| 		<dependency> | ||||
| 			<groupId>org.eclipse.jetty</groupId> | ||||
| 			<artifactId>jetty-webapp</artifactId> | ||||
| 			<version>8.1.8.v20121106</version> | ||||
| 			<version>8.1.14.v20131031</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>org.eclipse.jetty</groupId> | ||||
| 			<artifactId>jetty-plus</artifactId> | ||||
| 			<version>8.1.8.v20121106</version> | ||||
| 			<version>8.1.14.v20131031</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>org.eclipse.jetty</groupId> | ||||
| 			<artifactId>jetty-annotations</artifactId> | ||||
| 			<version>8.1.8.v20121106</version> | ||||
| 			<version>8.1.14.v20131031</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>org.springframework</groupId> | ||||
| 			<artifactId>spring-webmvc</artifactId> | ||||
| 			<version>3.2.0.RELEASE</version> | ||||
| 			<version>4.0.5.RELEASE</version> | ||||
| 		</dependency> | ||||
| 	</dependencies> | ||||
| </project> | ||||
|  |  | |||
|  | @ -43,7 +43,7 @@ | |||
| 		<dependency> | ||||
| 			<groupId>org.springframework</groupId> | ||||
| 			<artifactId>spring-context</artifactId> | ||||
| 			<version>3.2.3.RELEASE</version> | ||||
| 			<version>4.0.5.RELEASE</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>javax.servlet</groupId> | ||||
|  |  | |||
|  | @ -43,7 +43,7 @@ | |||
| 		<dependency> | ||||
| 			<groupId>org.springframework</groupId> | ||||
| 			<artifactId>spring-context</artifactId> | ||||
| 			<version>3.2.3.RELEASE</version> | ||||
| 			<version>4.0.5.RELEASE</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>javax.servlet</groupId> | ||||
|  |  | |||
|  | @ -42,7 +42,7 @@ | |||
| 		<dependency> | ||||
| 			<groupId>org.springframework</groupId> | ||||
| 			<artifactId>spring-context</artifactId> | ||||
| 			<version>3.2.3.RELEASE</version> | ||||
| 			<version>4.0.5.RELEASE</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>javax.servlet</groupId> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue