|
114 | 114 | </dependencies>
|
115 | 115 | <dependencyManagement>
|
116 | 116 | <dependencies>
|
117 |
| - <dependency> |
118 |
| - <groupId>org.springframework.integration</groupId> |
119 |
| - <artifactId>spring-integration-file</artifactId> |
120 |
| - <version>6.2.0</version> |
121 |
| - </dependency> |
122 |
| - <dependency> |
123 |
| - <groupId>org.springframework.integration</groupId> |
124 |
| - <artifactId>spring-integration-syslog</artifactId> |
125 |
| - <version>6.2.0</version> |
126 |
| - </dependency> |
127 |
| - <dependency> |
128 |
| - <groupId>org.springframework.integration</groupId> |
129 |
| - <artifactId>spring-integration-smb</artifactId> |
130 |
| - <version>6.2.0</version> |
131 |
| - </dependency> |
132 |
| - <dependency> |
133 |
| - <groupId>org.springframework.integration</groupId> |
134 |
| - <artifactId>spring-integration-jdbc</artifactId> |
135 |
| - <version>6.2.0</version> |
136 |
| - </dependency> |
137 |
| - <dependency> |
138 |
| - <groupId>org.springframework.integration</groupId> |
139 |
| - <artifactId>spring-integration-jmx</artifactId> |
140 |
| - <version>6.2.0</version> |
141 |
| - </dependency> |
142 |
| - <dependency> |
143 |
| - <groupId>org.springframework.integration</groupId> |
144 |
| - <artifactId>spring-integration-ws</artifactId> |
145 |
| - <version>6.2.0</version> |
146 |
| - </dependency> |
147 |
| - <dependency> |
148 |
| - <groupId>org.springframework.integration</groupId> |
149 |
| - <artifactId>spring-integration-redis</artifactId> |
150 |
| - <version>6.2.0</version> |
151 |
| - </dependency> |
152 |
| - <dependency> |
153 |
| - <groupId>org.springframework.integration</groupId> |
154 |
| - <artifactId>spring-integration-r2dbc</artifactId> |
155 |
| - <version>6.2.0</version> |
156 |
| - </dependency> |
157 |
| - <dependency> |
158 |
| - <groupId>org.springframework.integration</groupId> |
159 |
| - <artifactId>spring-integration-webflux</artifactId> |
160 |
| - <version>6.2.0</version> |
161 |
| - </dependency> |
162 |
| - <dependency> |
163 |
| - <groupId>org.springframework.integration</groupId> |
164 |
| - <artifactId>spring-integration-sftp</artifactId> |
165 |
| - <version>6.2.0</version> |
166 |
| - </dependency> |
167 |
| - <dependency> |
168 |
| - <groupId>org.springframework.integration</groupId> |
169 |
| - <artifactId>spring-integration-rsocket</artifactId> |
170 |
| - <version>6.2.0</version> |
171 |
| - </dependency> |
172 |
| - <dependency> |
173 |
| - <groupId>org.springframework.integration</groupId> |
174 |
| - <artifactId>spring-integration-mqtt</artifactId> |
175 |
| - <version>6.2.0</version> |
176 |
| - </dependency> |
177 |
| - <dependency> |
178 |
| - <groupId>org.springframework.integration</groupId> |
179 |
| - <artifactId>spring-integration-event</artifactId> |
180 |
| - <version>6.2.0</version> |
181 |
| - </dependency> |
182 |
| - <dependency> |
183 |
| - <groupId>org.springframework.integration</groupId> |
184 |
| - <artifactId>spring-integration-ftp</artifactId> |
185 |
| - <version>6.2.0</version> |
186 |
| - </dependency> |
187 |
| - <dependency> |
188 |
| - <groupId>org.springframework.integration</groupId> |
189 |
| - <artifactId>spring-integration-kafka</artifactId> |
190 |
| - <version>6.2.0</version> |
191 |
| - </dependency> |
192 |
| - <dependency> |
193 |
| - <groupId>org.springframework.integration</groupId> |
194 |
| - <artifactId>spring-integration-groovy</artifactId> |
195 |
| - <version>6.2.0</version> |
196 |
| - </dependency> |
197 |
| - <dependency> |
198 |
| - <groupId>org.springframework.integration</groupId> |
199 |
| - <artifactId>spring-integration-cassandra</artifactId> |
200 |
| - <version>6.2.0</version> |
201 |
| - </dependency> |
202 |
| - <dependency> |
203 |
| - <groupId>org.springframework.integration</groupId> |
204 |
| - <artifactId>spring-integration-scripting</artifactId> |
205 |
| - <version>6.2.0</version> |
206 |
| - </dependency> |
207 |
| - <dependency> |
208 |
| - <groupId>org.springframework.integration</groupId> |
209 |
| - <artifactId>spring-integration-xmpp</artifactId> |
210 |
| - <version>6.2.0</version> |
211 |
| - </dependency> |
212 |
| - <dependency> |
213 |
| - <groupId>org.springframework.integration</groupId> |
214 |
| - <artifactId>spring-integration-websocket</artifactId> |
215 |
| - <version>6.2.0</version> |
216 |
| - </dependency> |
217 |
| - <dependency> |
218 |
| - <groupId>org.springframework.integration</groupId> |
219 |
| - <artifactId>spring-integration-graphql</artifactId> |
220 |
| - <version>6.2.0</version> |
221 |
| - </dependency> |
222 |
| - <dependency> |
223 |
| - <groupId>org.springframework.integration</groupId> |
224 |
| - <artifactId>spring-integration-feed</artifactId> |
225 |
| - <version>6.2.0</version> |
226 |
| - </dependency> |
227 |
| - <dependency> |
228 |
| - <groupId>org.springframework.integration</groupId> |
229 |
| - <artifactId>spring-integration-debezium</artifactId> |
230 |
| - <version>6.2.0</version> |
231 |
| - </dependency> |
232 |
| - <dependency> |
233 |
| - <groupId>org.springframework.integration</groupId> |
234 |
| - <artifactId>spring-integration-jpa</artifactId> |
235 |
| - <version>6.2.0</version> |
236 |
| - </dependency> |
237 |
| - <dependency> |
238 |
| - <groupId>org.springframework.integration</groupId> |
239 |
| - <artifactId>spring-integration-test</artifactId> |
240 |
| - <version>6.2.0</version> |
241 |
| - </dependency> |
242 |
| - <dependency> |
243 |
| - <groupId>org.springframework.integration</groupId> |
244 |
| - <artifactId>spring-integration-zeromq</artifactId> |
245 |
| - <version>6.2.0</version> |
246 |
| - </dependency> |
247 |
| - <dependency> |
248 |
| - <groupId>org.springframework.integration</groupId> |
249 |
| - <artifactId>spring-integration-http</artifactId> |
250 |
| - <version>6.2.0</version> |
251 |
| - </dependency> |
252 |
| - <dependency> |
253 |
| - <groupId>org.springframework.integration</groupId> |
254 |
| - <artifactId>spring-integration-zookeeper</artifactId> |
255 |
| - <version>6.2.0</version> |
256 |
| - </dependency> |
257 |
| - <dependency> |
258 |
| - <groupId>org.springframework.integration</groupId> |
259 |
| - <artifactId>spring-integration-ip</artifactId> |
260 |
| - <version>6.2.0</version> |
261 |
| - </dependency> |
262 |
| - <dependency> |
263 |
| - <groupId>org.springframework.integration</groupId> |
264 |
| - <artifactId>spring-integration-hazelcast</artifactId> |
265 |
| - <version>6.2.0</version> |
266 |
| - </dependency> |
267 |
| - <dependency> |
268 |
| - <groupId>org.springframework.integration</groupId> |
269 |
| - <artifactId>spring-integration-test-support</artifactId> |
270 |
| - <version>6.2.0</version> |
271 |
| - </dependency> |
272 |
| - <dependency> |
273 |
| - <groupId>org.springframework.integration</groupId> |
274 |
| - <artifactId>spring-integration-amqp</artifactId> |
275 |
| - <version>6.2.0</version> |
276 |
| - </dependency> |
277 |
| - <dependency> |
278 |
| - <groupId>org.springframework.integration</groupId> |
279 |
| - <artifactId>spring-integration-mail</artifactId> |
280 |
| - <version>6.2.0</version> |
281 |
| - </dependency> |
282 |
| - <dependency> |
283 |
| - <groupId>org.springframework.integration</groupId> |
284 |
| - <artifactId>spring-integration-security</artifactId> |
285 |
| - <version>6.2.0</version> |
286 |
| - </dependency> |
287 |
| - <dependency> |
288 |
| - <groupId>org.springframework.integration</groupId> |
289 |
| - <artifactId>spring-integration-camel</artifactId> |
290 |
| - <version>6.2.0</version> |
291 |
| - </dependency> |
292 |
| - <dependency> |
293 |
| - <groupId>org.springframework.integration</groupId> |
294 |
| - <artifactId>spring-integration-xml</artifactId> |
295 |
| - <version>6.2.0</version> |
296 |
| - </dependency> |
297 |
| - <dependency> |
298 |
| - <groupId>org.springframework.integration</groupId> |
299 |
| - <artifactId>spring-integration-core</artifactId> |
300 |
| - <version>6.2.0</version> |
301 |
| - </dependency> |
302 |
| - <dependency> |
303 |
| - <groupId>org.springframework.integration</groupId> |
304 |
| - <artifactId>spring-integration-zip</artifactId> |
305 |
| - <version>6.2.0</version> |
306 |
| - </dependency> |
307 |
| - <dependency> |
308 |
| - <groupId>org.springframework.integration</groupId> |
309 |
| - <artifactId>spring-integration-jms</artifactId> |
310 |
| - <version>6.2.0</version> |
311 |
| - </dependency> |
312 |
| - <dependency> |
313 |
| - <groupId>org.springframework.integration</groupId> |
314 |
| - <artifactId>spring-integration-mongodb</artifactId> |
315 |
| - <version>6.2.0</version> |
316 |
| - </dependency> |
317 |
| - <dependency> |
318 |
| - <groupId>org.springframework.integration</groupId> |
319 |
| - <artifactId>spring-integration-stream</artifactId> |
320 |
| - <version>6.2.0</version> |
321 |
| - </dependency> |
322 |
| - <dependency> |
323 |
| - <groupId>org.springframework.integration</groupId> |
324 |
| - <artifactId>spring-integration-stomp</artifactId> |
325 |
| - <version>6.2.0</version> |
326 |
| - </dependency> |
327 | 117 | <dependency>
|
328 | 118 | <groupId>org.springframework.boot</groupId>
|
329 | 119 | <artifactId>spring-boot-dependencies</artifactId>
|
|
0 commit comments