| 
									
										
										
										
											2017-01-09 23:26:30 -07:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02: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"> | 
					
						
							| 
									
										
										
										
											2017-01-09 23:26:30 -07:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-20 17:38:40 +05:30
										 |  |  |    <properties> | 
					
						
							|  |  |  |     <maven.compiler.source>1.8</maven.compiler.source> | 
					
						
							|  |  |  |     <maven.compiler.target>1.8</maven.compiler.target> | 
					
						
							|  |  |  |   </properties> | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   <parent> | 
					
						
							| 
									
										
										
										
											2018-04-14 13:30:05 +05:30
										 |  |  |         <artifactId>parent-boot-5</artifactId> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../parent-boot-5</relativePath> | 
					
						
							|  |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2018-03-20 17:38:40 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-09 23:26:30 -07:00
										 |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |     <artifactId>spring-sleuth</artifactId> | 
					
						
							|  |  |  |     <version>1.0.0-SNAPSHOT</version> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-20 17:38:40 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  |     <repositories> | 
					
						
							|  |  |  |     <repository> | 
					
						
							|  |  |  |         <id>spring-milestones</id> | 
					
						
							|  |  |  |         <name>Spring Milestones</name> | 
					
						
							|  |  |  |         <url>https://repo.spring.io/libs-milestone</url> | 
					
						
							|  |  |  |         <snapshots> | 
					
						
							|  |  |  |             <enabled>false</enabled> | 
					
						
							|  |  |  |         </snapshots> | 
					
						
							|  |  |  |     </repository> | 
					
						
							|  |  |  |     </repositories> | 
					
						
							| 
									
										
										
										
											2017-01-09 23:26:30 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.cloud</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-cloud-starter-sleuth</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencyManagement> | 
					
						
							| 
									
										
										
										
											2018-03-20 17:38:40 +05:30
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.cloud</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-cloud-sleuth</artifactId> | 
					
						
							|  |  |  |             <version>2.0.0.M7</version> | 
					
						
							|  |  |  |             <type>pom</type> | 
					
						
							|  |  |  |             <scope>import</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | </dependencyManagement> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |