| 
									
										
										
										
											2023-04-04 16:49:54 +03: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" | 
					
						
							|  |  |  |     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> | 
					
						
							|  |  |  |     <groupId>com.example</groupId> | 
					
						
							|  |  |  |     <artifactId>spring-boot-resilience4j</artifactId> | 
					
						
							|  |  |  |     <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     <name>spring-boot-resilience4j</name> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung.spring-boot-modules</groupId> | 
					
						
							|  |  |  |         <artifactId>spring-boot-modules</artifactId> | 
					
						
							|  |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-aop</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-actuator</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.github.resilience4j</groupId> | 
					
						
							|  |  |  |             <artifactId>resilience4j-spring-boot2</artifactId> | 
					
						
							| 
									
										
										
										
											2023-06-27 11:43:54 +03:00
										 |  |  |             <version>${resilience4j-spring-boot2.version}</version> | 
					
						
							| 
									
										
										
										
											2023-04-04 16:49:54 +03:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.fasterxml.jackson.datatype</groupId> | 
					
						
							|  |  |  |             <artifactId>jackson-datatype-jsr310</artifactId> | 
					
						
							| 
									
										
										
										
											2023-06-29 00:18:06 +03:00
										 |  |  |             <version>${jackson-datatype-jsr310.version}</version> | 
					
						
							| 
									
										
										
										
											2023-04-04 16:49:54 +03:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.github.tomakehurst</groupId> | 
					
						
							|  |  |  |             <artifactId>wiremock-jre8</artifactId> | 
					
						
							| 
									
										
										
										
											2023-06-27 11:43:54 +03:00
										 |  |  |             <version>${wiremock-jre8.version}</version> | 
					
						
							| 
									
										
										
										
											2023-04-04 16:49:54 +03:00
										 |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-27 11:43:54 +03:00
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <wiremock-jre8.version>2.35.0</wiremock-jre8.version> | 
					
						
							|  |  |  |         <resilience4j-spring-boot2.version>2.0.2</resilience4j-spring-boot2.version> | 
					
						
							| 
									
										
										
										
											2023-06-29 00:18:06 +03:00
										 |  |  |         <jackson-datatype-jsr310.version>2.15.2</jackson-datatype-jsr310.version> | 
					
						
							| 
									
										
										
										
											2023-06-27 11:43:54 +03:00
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-04-04 16:49:54 +03:00
										 |  |  | </project> |