|
31 | 31 | <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> |
32 | 32 | <slf4j-api.version>1.7.36</slf4j-api.version> |
33 | 33 | <snakeyaml.version>1.31</snakeyaml.version> |
| 34 | + <spring-webflux.version>2.7.16</spring-webflux.version> |
34 | 35 | </properties> |
35 | 36 | <scm> |
36 | 37 | <connection>scm:git:git://github.com/intuit/rwebpulse.git</connection> |
|
55 | 56 | <scope>test</scope> |
56 | 57 | </dependency> |
57 | 58 |
|
58 | | - <dependency> |
59 | | - <groupId>org.springframework.boot</groupId> |
60 | | - <artifactId>spring-boot-starter-web</artifactId> |
61 | | - <exclusions> |
62 | | - <exclusion> |
63 | | - <groupId>org.springframework</groupId> |
64 | | - <artifactId>spring-web-reactive</artifactId> |
65 | | - </exclusion> |
66 | | - </exclusions> |
67 | | - </dependency> |
68 | | - |
69 | 59 | <dependency> |
70 | 60 | <groupId>org.projectlombok</groupId> |
71 | 61 | <artifactId>lombok</artifactId> |
|
75 | 65 | <groupId>org.springframework.boot</groupId> |
76 | 66 | <artifactId>spring-boot-starter-test</artifactId> |
77 | 67 | <scope>test</scope> |
| 68 | + <version>2.7.16</version> |
78 | 69 | </dependency> |
79 | 70 | <!-- https://mvnrepository.com/artifact/org.springframework/spring-webflux --> |
80 | 71 | <dependency> |
81 | 72 | <groupId>org.springframework.boot</groupId> |
82 | 73 | <artifactId>spring-boot-starter-webflux</artifactId> |
83 | | - </dependency> |
84 | | - |
85 | | - <!-- https://mvnrepository.com/artifact/org.springframework/spring-web-reactive --> |
86 | | - <dependency> |
87 | | - <groupId>org.springframework</groupId> |
88 | | - <artifactId>spring-web-reactive</artifactId> |
89 | | - <version>5.0.0.M4</version> |
90 | | - </dependency> |
91 | | - |
92 | | - <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpasyncclient --> |
93 | | - <dependency> |
94 | | - <groupId>org.apache.httpcomponents</groupId> |
95 | | - <artifactId>httpasyncclient</artifactId> |
96 | | - <version>4.1.5</version> |
97 | | - </dependency> |
98 | | - |
99 | | - <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient --> |
100 | | - <dependency> |
101 | | - <groupId>org.apache.httpcomponents</groupId> |
102 | | - <artifactId>httpclient</artifactId> |
103 | | - <version>4.5.14</version> |
| 74 | + <version>${spring-webflux.version}</version> |
104 | 75 | </dependency> |
105 | 76 |
|
106 | 77 |
|
|
121 | 92 | <scope>import</scope> |
122 | 93 | </dependency> |
123 | 94 |
|
124 | | - <dependency> |
125 | | - <groupId>org.apache.httpcomponents.client5</groupId> |
126 | | - <artifactId>httpclient5</artifactId> |
127 | | - <version>5.1</version> |
128 | | - </dependency> |
129 | | - <dependency> |
130 | | - <groupId>org.apache.httpcomponents.core5</groupId> |
131 | | - <artifactId>httpcore5-reactive</artifactId> |
132 | | - <version>5.1</version> |
133 | | - </dependency> |
134 | | - |
135 | 95 | <dependency> |
136 | 96 | <groupId>org.yaml</groupId> |
137 | 97 | <artifactId>snakeyaml</artifactId> |
|
0 commit comments