Polish dependencies pom
- Consistent use of tabs - Consistent ordering
This commit is contained in:
		
							parent
							
								
									8136e43e88
								
							
						
					
					
						commit
						02d6879b52
					
				|  | @ -211,6 +211,11 @@ | ||||||
| 				<artifactId>activemq-pool</artifactId> | 				<artifactId>activemq-pool</artifactId> | ||||||
| 				<version>${activemq.version}</version> | 				<version>${activemq.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.apache.geronimo.specs</groupId> | ||||||
|  | 				<artifactId>geronimo-jms_1.1_spec</artifactId> | ||||||
|  | 				<version>1.1.1</version> | ||||||
|  | 			</dependency> | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.apache.httpcomponents</groupId> | 				<groupId>org.apache.httpcomponents</groupId> | ||||||
| 				<artifactId>httpclient</artifactId> | 				<artifactId>httpclient</artifactId> | ||||||
|  | @ -287,6 +292,41 @@ | ||||||
| 				<artifactId>groovy-templates</artifactId> | 				<artifactId>groovy-templates</artifactId> | ||||||
| 				<version>${groovy.version}</version> | 				<version>${groovy.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.crashub</groupId> | ||||||
|  | 				<artifactId>crash.cli</artifactId> | ||||||
|  | 				<version>${crashub.version}</version> | ||||||
|  | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.crashub</groupId> | ||||||
|  | 				<artifactId>crash.connectors.ssh</artifactId> | ||||||
|  | 				<version>${crashub.version}</version> | ||||||
|  | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.crashub</groupId> | ||||||
|  | 				<artifactId>crash.connectors.telnet</artifactId> | ||||||
|  | 				<version>${crashub.version}</version> | ||||||
|  | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.crashub</groupId> | ||||||
|  | 				<artifactId>crash.embed.spring</artifactId> | ||||||
|  | 				<version>${crashub.version}</version> | ||||||
|  | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.crashub</groupId> | ||||||
|  | 				<artifactId>crash.plugins.cron</artifactId> | ||||||
|  | 				<version>${crashub.version}</version> | ||||||
|  | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.crashub</groupId> | ||||||
|  | 				<artifactId>crash.plugins.mail</artifactId> | ||||||
|  | 				<version>${crashub.version}</version> | ||||||
|  | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.crashub</groupId> | ||||||
|  | 				<artifactId>crash.shell</artifactId> | ||||||
|  | 				<version>${crashub.version}</version> | ||||||
|  | 			</dependency> | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.eclipse.jetty</groupId> | 				<groupId>org.eclipse.jetty</groupId> | ||||||
| 				<artifactId>jetty-webapp</artifactId> | 				<artifactId>jetty-webapp</artifactId> | ||||||
|  | @ -353,6 +393,11 @@ | ||||||
| 				<artifactId>javassist</artifactId> | 				<artifactId>javassist</artifactId> | ||||||
| 				<version>${javassist.version}</version> | 				<version>${javassist.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.jolokia</groupId> | ||||||
|  | 				<artifactId>jolokia-core</artifactId> | ||||||
|  | 				<version>${jolokia.version}</version> | ||||||
|  | 			</dependency> | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.liquibase</groupId> | 				<groupId>org.liquibase</groupId> | ||||||
| 				<artifactId>liquibase-core</artifactId> | 				<artifactId>liquibase-core</artifactId> | ||||||
|  | @ -527,33 +572,38 @@ | ||||||
| 					</exclusion> | 					</exclusion> | ||||||
| 				</exclusions> | 				</exclusions> | ||||||
| 			</dependency> | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.springframework.amqp</groupId> | ||||||
|  | 				<artifactId>spring-rabbit</artifactId> | ||||||
|  | 				<version>${spring-rabbit.version}</version> | ||||||
|  | 			</dependency> | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.springframework.batch</groupId> | 				<groupId>org.springframework.batch</groupId> | ||||||
| 				<artifactId>spring-batch-core</artifactId> | 				<artifactId>spring-batch-core</artifactId> | ||||||
| 				<version>${spring-batch.version}</version> | 				<version>${spring-batch.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
|       <dependency> |  | ||||||
|         <groupId>org.springframework.data</groupId> |  | ||||||
|         <artifactId>spring-data-gemfire</artifactId> |  | ||||||
|         <version>${spring-data-gemfire.version}</version> |  | ||||||
|       </dependency> |  | ||||||
|       <dependency> |  | ||||||
| 				<groupId>org.springframework.data</groupId> |  | ||||||
| 				<artifactId>spring-data-releasetrain</artifactId> |  | ||||||
| 				<version>${spring-data-releasetrain.version}</version> |  | ||||||
| 				<type>pom</type> |  | ||||||
| 				<scope>import</scope> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.springframework.data</groupId> | 				<groupId>org.springframework.data</groupId> | ||||||
| 				<artifactId>spring-data-couchbase</artifactId> | 				<artifactId>spring-data-couchbase</artifactId> | ||||||
| 				<version>${spring-data-couchbase.version}</version> | 				<version>${spring-data-couchbase.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.springframework.data</groupId> | ||||||
|  | 				<artifactId>spring-data-gemfire</artifactId> | ||||||
|  | 				<version>${spring-data-gemfire.version}</version> | ||||||
|  | 			</dependency> | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.springframework.data</groupId> | 				<groupId>org.springframework.data</groupId> | ||||||
| 				<artifactId>spring-data-redis</artifactId> | 				<artifactId>spring-data-redis</artifactId> | ||||||
| 				<version>${spring-data-redis.version}</version> | 				<version>${spring-data-redis.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.springframework.data</groupId> | ||||||
|  | 				<artifactId>spring-data-releasetrain</artifactId> | ||||||
|  | 				<version>${spring-data-releasetrain.version}</version> | ||||||
|  | 				<type>pom</type> | ||||||
|  | 				<scope>import</scope> | ||||||
|  | 			</dependency> | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.springframework.hateoas</groupId> | 				<groupId>org.springframework.hateoas</groupId> | ||||||
| 				<artifactId>spring-hateoas</artifactId> | 				<artifactId>spring-hateoas</artifactId> | ||||||
|  | @ -589,6 +639,16 @@ | ||||||
| 				<artifactId>spring-integration-stream</artifactId> | 				<artifactId>spring-integration-stream</artifactId> | ||||||
| 				<version>${spring-integration.version}</version> | 				<version>${spring-integration.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.springframework.mobile</groupId> | ||||||
|  | 				<artifactId>spring-mobile-device</artifactId> | ||||||
|  | 				<version>${spring-mobile.version}</version> | ||||||
|  | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.springframework.security</groupId> | ||||||
|  | 				<artifactId>spring-security-acl</artifactId> | ||||||
|  | 				<version>${spring-security.version}</version> | ||||||
|  | 			</dependency> | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.springframework.security</groupId> | 				<groupId>org.springframework.security</groupId> | ||||||
| 				<artifactId>spring-security-core</artifactId> | 				<artifactId>spring-security-core</artifactId> | ||||||
|  | @ -604,86 +664,26 @@ | ||||||
| 				<artifactId>spring-security-web</artifactId> | 				<artifactId>spring-security-web</artifactId> | ||||||
| 				<version>${spring-security.version}</version> | 				<version>${spring-security.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.springframework.security</groupId> |  | ||||||
| 				<artifactId>spring-security-acl</artifactId> |  | ||||||
| 				<version>${spring-security.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.springframework.amqp</groupId> |  | ||||||
| 				<artifactId>spring-rabbit</artifactId> |  | ||||||
| 				<version>${spring-rabbit.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.springframework.mobile</groupId> |  | ||||||
| 				<artifactId>spring-mobile-device</artifactId> |  | ||||||
| 				<version>${spring-mobile.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.thymeleaf</groupId> | 				<groupId>org.thymeleaf</groupId> | ||||||
| 				<artifactId>thymeleaf</artifactId> | 				<artifactId>thymeleaf</artifactId> | ||||||
| 				<version>${thymeleaf.version}</version> | 				<version>${thymeleaf.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.thymeleaf</groupId> |  | ||||||
| 				<artifactId>thymeleaf-spring4</artifactId> |  | ||||||
| 				<version>${thymeleaf.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.thymeleaf.extras</groupId> | 				<groupId>org.thymeleaf.extras</groupId> | ||||||
| 				<artifactId>thymeleaf-extras-springsecurity3</artifactId> | 				<artifactId>thymeleaf-extras-springsecurity3</artifactId> | ||||||
| 				<version>${thymeleaf-extras-springsecurity3.version}</version> | 				<version>${thymeleaf-extras-springsecurity3.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
|  | 			<dependency> | ||||||
|  | 				<groupId>org.thymeleaf</groupId> | ||||||
|  | 				<artifactId>thymeleaf-spring4</artifactId> | ||||||
|  | 				<version>${thymeleaf.version}</version> | ||||||
|  | 			</dependency> | ||||||
| 			<dependency> | 			<dependency> | ||||||
| 				<groupId>org.yaml</groupId> | 				<groupId>org.yaml</groupId> | ||||||
| 				<artifactId>snakeyaml</artifactId> | 				<artifactId>snakeyaml</artifactId> | ||||||
| 				<version>${snakeyaml.version}</version> | 				<version>${snakeyaml.version}</version> | ||||||
| 			</dependency> | 			</dependency> | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.apache.geronimo.specs</groupId> |  | ||||||
| 				<artifactId>geronimo-jms_1.1_spec</artifactId> |  | ||||||
| 				<version>1.1.1</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.crashub</groupId> |  | ||||||
| 				<artifactId>crash.cli</artifactId> |  | ||||||
| 				<version>${crashub.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.crashub</groupId> |  | ||||||
| 				<artifactId>crash.connectors.ssh</artifactId> |  | ||||||
| 				<version>${crashub.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.crashub</groupId> |  | ||||||
| 				<artifactId>crash.connectors.telnet</artifactId> |  | ||||||
| 				<version>${crashub.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.crashub</groupId> |  | ||||||
| 				<artifactId>crash.embed.spring</artifactId> |  | ||||||
| 				<version>${crashub.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.crashub</groupId> |  | ||||||
| 				<artifactId>crash.plugins.cron</artifactId> |  | ||||||
| 				<version>${crashub.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.crashub</groupId> |  | ||||||
| 				<artifactId>crash.plugins.mail</artifactId> |  | ||||||
| 				<version>${crashub.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.crashub</groupId> |  | ||||||
| 				<artifactId>crash.shell</artifactId> |  | ||||||
| 				<version>${crashub.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 			<dependency> |  | ||||||
| 				<groupId>org.jolokia</groupId> |  | ||||||
| 				<artifactId>jolokia-core</artifactId> |  | ||||||
| 				<version>${jolokia.version}</version> |  | ||||||
| 			</dependency> |  | ||||||
| 		</dependencies> | 		</dependencies> | ||||||
| 	</dependencyManagement> | 	</dependencyManagement> | ||||||
| 	<build> | 	<build> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue