| 
									
										
										
										
											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" | 
					
						
							| 
									
										
										
										
											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-01-09 23:26:30 -07:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |     <artifactId>spring-sleuth</artifactId> | 
					
						
							|  |  |  |     <version>1.0.0-SNAPSHOT</version> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2018-06-08 21:04:03 +03:00
										 |  |  |         <artifactId>parent-boot-1</artifactId> | 
					
						
							| 
									
										
										
										
											2018-04-14 13:30:05 +05:30
										 |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2018-06-08 21:04:03 +03:00
										 |  |  |         <relativePath>../parent-boot-1</relativePath> | 
					
						
							| 
									
										
										
										
											2018-04-14 13:30:05 +05:30
										 |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2018-03-20 17:38:40 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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-04-26 18:07:47 +05:30
										 |  |  |         <dependencies> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>org.springframework.cloud</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-cloud-sleuth</artifactId> | 
					
						
							|  |  |  |                 <version>${spring-cloud-sleuth.version}</version> | 
					
						
							|  |  |  |                 <type>pom</type> | 
					
						
							|  |  |  |                 <scope>import</scope> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |         </dependencies> | 
					
						
							|  |  |  |     </dependencyManagement> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <repositories> | 
					
						
							|  |  |  |         <repository> | 
					
						
							|  |  |  |             <id>spring-milestones</id> | 
					
						
							|  |  |  |             <name>Spring Milestones</name> | 
					
						
							|  |  |  |             <url>https://repo.spring.io/libs-milestone</url> | 
					
						
							|  |  |  |             <snapshots> | 
					
						
							|  |  |  |                 <enabled>false</enabled> | 
					
						
							|  |  |  |             </snapshots> | 
					
						
							|  |  |  |         </repository> | 
					
						
							| 
									
										
										
										
											2018-04-26 12:20:35 +05:30
										 |  |  |     </repositories> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  |         <spring-cloud-sleuth.version>2.0.0.M7</spring-cloud-sleuth.version> | 
					
						
							|  |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2018-03-20 17:38:40 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | </project> |