| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							|  |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							|  |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>greeter-spring-boot-sample-app</artifactId> | 
					
						
							|  |  |  |     <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  | 	<name>greeter-spring-boot-sample-app</name> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |         <artifactId>parent-boot-1</artifactId> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../../spring-boot-custom-starter</relativePath> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |             <artifactId>greeter-spring-boot-starter</artifactId> | 
					
						
							|  |  |  |             <version>${greeter-starter.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 		<dependency> | 
					
						
							|  |  |  | 			<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  | 			<artifactId>spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  | 			<scope>test</scope> | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	<build> | 
					
						
							|  |  |  | 		<pluginManagement> | 
					
						
							|  |  |  | 			<plugins> | 
					
						
							|  |  |  | 				<plugin> | 
					
						
							|  |  |  | 					<groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  | 					<artifactId>spring-boot-maven-plugin</artifactId> | 
					
						
							|  |  |  | 					<version>${spring-boot.version}</version> | 
					
						
							|  |  |  | 				</plugin> | 
					
						
							|  |  |  | 			</plugins> | 
					
						
							|  |  |  | 		</pluginManagement> | 
					
						
							|  |  |  | 	</build> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  |         <greeter-starter.version>0.0.1-SNAPSHOT</greeter-starter.version> | 
					
						
							|  |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |