| 
									
										
										
										
											2017-11-02 17:44:01 +02:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							| 
									
										
										
										
											2017-11-02 17:44:01 +02:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>spring-boot-admin-client</artifactId> | 
					
						
							|  |  |  |     <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							|  |  |  |     <name>spring-boot-admin-client</name> | 
					
						
							| 
									
										
										
										
											2017-11-03 22:14:57 +02:00
										 |  |  |     <description>Spring Boot Admin Client</description> | 
					
						
							| 
									
										
										
										
											2017-11-02 17:44:01 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2017-11-04 17:38:32 +02:00
										 |  |  |         <artifactId>spring-boot-admin</artifactId> | 
					
						
							| 
									
										
										
										
											2017-11-03 22:14:57 +02:00
										 |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2017-11-04 17:38:32 +02:00
										 |  |  |         <relativePath>../../spring-boot-admin</relativePath> | 
					
						
							| 
									
										
										
										
											2017-11-02 17:44:01 +02:00
										 |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-security</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>de.codecentric</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-admin-starter-client</artifactId> | 
					
						
							|  |  |  |             <version>${spring-boot-admin-starter-client.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.security</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-security-test</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-boot-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2018-08-14 13:34:45 +05:30
										 |  |  |                 <version>${spring-boot-maven-plugin.version}</version> | 
					
						
							| 
									
										
										
										
											2017-11-02 17:44:01 +02:00
										 |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>build-info</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <spring-boot-admin-starter-client.version>1.5.4</spring-boot-admin-starter-client.version> | 
					
						
							| 
									
										
										
										
											2018-08-14 13:34:45 +05:30
										 |  |  |         <spring-boot-maven-plugin.version>2.0.4.RELEASE</spring-boot-maven-plugin.version> | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2017-11-02 17:44:01 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | </project> |