| 
									
										
										
										
											2021-12-30 21:44:45 +00: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> | 
					
						
							| 
									
										
										
										
											2023-09-25 06:42:56 +03:00
										 |  |  |     <artifactId>spring-reactive-3</artifactId> | 
					
						
							| 
									
										
										
										
											2021-12-30 21:44:45 +00:00
										 |  |  |     <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2023-11-08 12:06:28 +02:00
										 |  |  |     <name>spring-reactive-3</name> | 
					
						
							| 
									
										
										
										
											2021-12-30 21:44:45 +00:00
										 |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2023-11-08 12:06:28 +02:00
										 |  |  |     <description>spring sample project about new features</description> | 
					
						
							| 
									
										
										
										
											2021-12-30 21:44:45 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2022-06-20 12:59:38 +01:00
										 |  |  |         <groupId>com.baeldung.spring.reactive</groupId> | 
					
						
							| 
									
										
										
										
											2022-09-02 21:50:42 +05:30
										 |  |  |         <artifactId>spring-reactive-modules</artifactId> | 
					
						
							| 
									
										
										
										
											2022-06-20 12:59:38 +01:00
										 |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2021-12-30 21:44:45 +00:00
										 |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-webflux</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-11-29 04:23:11 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.cloud</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-cloud-starter-openfeign</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-12-30 21:44:45 +00:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.projectreactor</groupId> | 
					
						
							|  |  |  |             <artifactId>reactor-spring</artifactId> | 
					
						
							|  |  |  |             <version>${reactor-spring.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.projectreactor</groupId> | 
					
						
							|  |  |  |             <artifactId>reactor-test</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-11-29 04:23:11 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.projectlombok</groupId> | 
					
						
							|  |  |  |             <artifactId>lombok</artifactId> | 
					
						
							| 
									
										
										
										
											2023-12-03 21:19:12 +02:00
										 |  |  |             <version>${lombok.version}</version> | 
					
						
							| 
									
										
										
										
											2022-11-29 04:23:11 +02:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2023-10-17 06:30:29 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-actuator</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-websocket</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.session</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-session-core</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.session</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-session-data-redis</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2024-01-21 15:13:58 +00:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.squareup.okhttp3</groupId> | 
					
						
							|  |  |  |             <artifactId>mockwebserver</artifactId> | 
					
						
							| 
									
										
										
										
											2024-03-04 09:39:28 +02:00
										 |  |  |             <version>${mockwebserver.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.jetbrains.kotlin</groupId> | 
					
						
							|  |  |  |             <artifactId>kotlin-stdlib</artifactId> | 
					
						
							|  |  |  |             <version>${kotlin-stdlib.version}</version> | 
					
						
							| 
									
										
										
										
											2024-01-21 15:13:58 +00:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-12-30 21:44:45 +00:00
										 |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-11-29 04:23:11 +02:00
										 |  |  |     <dependencyManagement> | 
					
						
							|  |  |  |         <dependencies> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>org.springframework.cloud</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-cloud-dependencies</artifactId> | 
					
						
							|  |  |  |                 <version>${spring-cloud.version}</version> | 
					
						
							|  |  |  |                 <type>pom</type> | 
					
						
							|  |  |  |                 <scope>import</scope> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |         </dependencies> | 
					
						
							|  |  |  |     </dependencyManagement> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-30 21:44:45 +00:00
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <reactor-spring.version>1.0.1.RELEASE</reactor-spring.version> | 
					
						
							| 
									
										
										
										
											2022-11-29 04:23:11 +02:00
										 |  |  |         <spring-cloud.version>2021.0.4</spring-cloud.version> | 
					
						
							| 
									
										
										
										
											2024-03-04 09:39:28 +02:00
										 |  |  |         <mockwebserver.version>5.0.0-alpha.12</mockwebserver.version> | 
					
						
							|  |  |  |         <kotlin-stdlib.version>2.0.0-Beta4</kotlin-stdlib.version> | 
					
						
							| 
									
										
										
										
											2021-12-30 21:44:45 +00:00
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2022-03-13 14:48:44 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-30 21:44:45 +00:00
										 |  |  | </project> |