|
12 | 12 | <modelVersion>4.0.0</modelVersion>
|
13 | 13 | <groupId>cc.allio</groupId>
|
14 | 14 | <artifactId>uno-bom</artifactId>
|
15 |
| - <version>1.1.4.RELEASE</version> |
| 15 | + <version>1.1.5.RELEASE</version> |
16 | 16 | <packaging>pom</packaging>
|
17 | 17 |
|
18 | 18 | <properties>
|
19 | 19 | <!-- 统一版本管理 -->
|
20 |
| - <uno.version>1.1.4.RELEASE</uno.version> |
| 20 | + <uno.version>1.1.5.RELEASE</uno.version> |
21 | 21 | <!-- 序列化框架 -->
|
22 | 22 | <protostuff.version>1.5.9</protostuff.version>
|
23 | 23 | <!-- google SPI -->
|
|
28 | 28 | <!-- 代理相关 -->
|
29 | 29 | <byte-buddy.version>1.12.2</byte-buddy.version>
|
30 | 30 | <cglib.version>3.3.0</cglib.version>
|
31 |
| - <spring-webflux.version>5.2.15.RELEASE</spring-webflux.version> |
32 | 31 | <lombok.version>1.18.22</lombok.version>
|
33 | 32 | <!-- 单元测试框架 -->
|
34 | 33 | <junit-jupiter.version>5.6.2</junit-jupiter.version>
|
35 | 34 | <mockito.version>4.0.0</mockito.version>
|
36 | 35 | <guava.version>30.1.1-jre</guava.version>
|
37 | 36 | <!-- swagger -->
|
38 |
| - <swagger-v3.version>2.1.11</swagger-v3.version> |
| 37 | + <swagger-v3.version>2.2.17</swagger-v3.version> |
39 | 38 | <swagger-v2.version>1.6.2</swagger-v2.version>
|
40 | 39 | <qlexpress.version>3.2.0</qlexpress.version>
|
41 |
| - <mybatis-spring-boot.version>2.2.1</mybatis-spring-boot.version> |
42 |
| - <mybatis-plus-boot.version>3.4.2</mybatis-plus-boot.version> |
43 |
| - <flink.version>1.14.3</flink.version> |
44 |
| - <flink-minlog.version>1.2</flink-minlog.version> |
| 40 | + <mybatis-spring-boot.version>3.0.2</mybatis-spring-boot.version> |
| 41 | + <mybatis-plus-boot.version>3.5.3</mybatis-plus-boot.version> |
45 | 42 | <!-- 国人reactor后台管理框架 -->
|
46 | 43 | <hsweb-framework.version>4.0.11</hsweb-framework.version>
|
47 | 44 | <!-- 数据库 -->
|
|
53 | 50 | <mybatis-plus-dynamic.version>3.3.6</mybatis-plus-dynamic.version>
|
54 | 51 | <!-- 链路追踪 -->
|
55 | 52 | <oepntracing.version>0.31.0</oepntracing.version>
|
56 |
| - <!-- es --> |
57 |
| - <easy-es.version>0.9.40</easy-es.version> |
58 |
| - <!-- feign --> |
59 |
| - <feign-reactor.version>2.0.15</feign-reactor.version> |
60 |
| - <easyexcel.version>2.2.10</easyexcel.version> |
61 |
| - <springfox-swagger2.version>2.10.5</springfox-swagger2.version> |
| 53 | + <springfox-swagger2.version>3.0.0</springfox-swagger2.version> |
62 | 54 | <geotools.version>27.0</geotools.version>
|
63 | 55 | <postgis-jdbc.version>2.5.1</postgis-jdbc.version>
|
64 |
| - <aviator.version>5.3.2</aviator.version> |
65 | 56 | <easypoi.version>4.4.0</easypoi.version>
|
66 | 57 | <appache-commons-csv.version>1.8</appache-commons-csv.version>
|
67 | 58 | <!-- elasticsearch -->
|
68 |
| - <elasticsearch-client.version>7.17.7</elasticsearch-client.version> |
| 59 | + <elasticsearch-client.version>8.7.1</elasticsearch-client.version> |
69 | 60 | <!-- influxdb -->
|
70 | 61 | <influxdb-client.version>6.7.0</influxdb-client.version>
|
71 | 62 | <shardingsphere.version>5.3.1</shardingsphere.version>
|
72 | 63 | <gdal.version>2.4.0</gdal.version>
|
73 | 64 | <!-- tdengine -->
|
74 | 65 | <tdengine.version>3.2.4</tdengine.version>
|
75 | 66 |
|
76 |
| - <easy-rules.version>4.1.0</easy-rules.version> |
77 |
| - <spring-statemachine.version>2.2.0.RELEASE</spring-statemachine.version> |
| 67 | + <spring-statemachine.version>3.2.1</spring-statemachine.version> |
78 | 68 | <jakarta.json-api.version>2.0.1</jakarta.json-api.version>
|
79 | 69 | <concurrentunit.version>0.4.6</concurrentunit.version>
|
80 | 70 | </properties>
|
|
104 | 94 | <artifactId>uno-component-http</artifactId>
|
105 | 95 | <version>${uno.version}</version>
|
106 | 96 | </dependency>
|
107 |
| - <dependency> |
108 |
| - <groupId>cc.allio</groupId> |
109 |
| - <artifactId>uno-component-flink</artifactId> |
110 |
| - <version>${uno.version}</version> |
111 |
| - </dependency> |
112 | 97 | <dependency>
|
113 | 98 | <groupId>cc.allio</groupId>
|
114 | 99 | <artifactId>uno-component-websocket</artifactId>
|
|
130 | 115 | <artifactId>uno-starter-core</artifactId>
|
131 | 116 | <version>${uno.version}</version>
|
132 | 117 | </dependency>
|
133 |
| - <dependency> |
134 |
| - <groupId>cc.allio</groupId> |
135 |
| - <artifactId>uno-starter-flink</artifactId> |
136 |
| - <version>${uno.version}</version> |
137 |
| - </dependency> |
138 | 118 | <dependency>
|
139 | 119 | <groupId>cc.allio</groupId>
|
140 | 120 | <artifactId>uno-starter-kafka</artifactId>
|
|
192 | 172 | <artifactId>spring-statemachine-core</artifactId>
|
193 | 173 | <version>${spring-statemachine.version}</version>
|
194 | 174 | </dependency>
|
195 |
| - <dependency> |
196 |
| - <groupId>org.springframework</groupId> |
197 |
| - <artifactId>spring-webflux</artifactId> |
198 |
| - <version>${spring-webflux.version}</version> |
199 |
| - <scope>provided</scope> |
200 |
| - </dependency> |
201 | 175 | <!-- cglib -->
|
202 | 176 | <dependency>
|
203 | 177 | <groupId>cglib</groupId>
|
|
308 | 282 | <version>${mybatis-plus-boot.version}</version>
|
309 | 283 | <scope>provided</scope>
|
310 | 284 | </dependency>
|
311 |
| - <dependency> |
312 |
| - <groupId>org.apache.flink</groupId> |
313 |
| - <artifactId>flink-streaming-java_2.12</artifactId> |
314 |
| - <version>${flink.version}</version> |
315 |
| - </dependency> |
316 |
| - <dependency> |
317 |
| - <groupId>org.apache.flink</groupId> |
318 |
| - <artifactId>flink-clients_2.12</artifactId> |
319 |
| - <version>${flink.version}</version> |
320 |
| - </dependency> |
321 |
| - <dependency> |
322 |
| - <groupId>org.apache.flink</groupId> |
323 |
| - <artifactId>flink-connector-kafka_2.12</artifactId> |
324 |
| - <version>${flink.version}</version> |
325 |
| - </dependency> |
326 |
| - <dependency> |
327 |
| - <groupId>org.apache.flink</groupId> |
328 |
| - <artifactId>flink-connector-jdbc_2.12</artifactId> |
329 |
| - <version>${flink.version}</version> |
330 |
| - </dependency> |
331 |
| - <dependency> |
332 |
| - <groupId>com.esotericsoftware.minlog</groupId> |
333 |
| - <artifactId>minlog</artifactId> |
334 |
| - <version>${flink-minlog.version}</version> |
335 |
| - </dependency> |
336 | 285 | <!-- 数据库 -->
|
337 | 286 | <!-- Druid -->
|
338 | 287 | <dependency>
|
|
394 | 343 | <artifactId>opentracing-util</artifactId>
|
395 | 344 | <version>${oepntracing.version}</version>
|
396 | 345 | </dependency>
|
397 |
| - <dependency> |
398 |
| - <groupId>cn.easy-es</groupId> |
399 |
| - <artifactId>easy-es-boot-starter</artifactId> |
400 |
| - <version>2.0.0-beta1</version> |
401 |
| - </dependency> |
402 | 346 | <dependency>
|
403 | 347 | <groupId>com.playtika.reactivefeign</groupId>
|
404 | 348 | <artifactId>feign-reactor-cloud</artifactId>
|
|
414 | 358 | <artifactId>feign-reactor-spring-configuration</artifactId>
|
415 | 359 | <version>${feign-reactor.version}</version>
|
416 | 360 | </dependency>
|
417 |
| - <dependency> |
418 |
| - <groupId>com.alibaba</groupId> |
419 |
| - <artifactId>easyexcel</artifactId> |
420 |
| - <version>${easyexcel.version}</version> |
421 |
| - </dependency> |
422 | 361 | <dependency>
|
423 | 362 | <groupId>io.springfox</groupId>
|
424 | 363 | <artifactId>springfox-swagger2</artifactId>
|
|
444 | 383 | <artifactId>postgis-jdbc</artifactId>
|
445 | 384 | <version>${postgis-jdbc.version}</version>
|
446 | 385 | </dependency>
|
447 |
| - <dependency> |
448 |
| - <groupId>com.googlecode.aviator</groupId> |
449 |
| - <artifactId>aviator</artifactId> |
450 |
| - <version>${aviator.version}</version> |
451 |
| - </dependency> |
452 | 386 | <dependency>
|
453 | 387 | <groupId>cn.afterturn</groupId>
|
454 | 388 | <artifactId>easypoi-annotation</artifactId>
|
|
469 | 403 | <artifactId>commons-csv</artifactId>
|
470 | 404 | <version>${appache-commons-csv.version}</version>
|
471 | 405 | </dependency>
|
472 |
| - <dependency> |
473 |
| - <groupId>co.elastic.clients</groupId> |
474 |
| - <artifactId>elasticsearch-java</artifactId> |
475 |
| - <version>${elasticsearch-client.version}</version> |
476 |
| - </dependency> |
477 |
| - <dependency> |
478 |
| - <groupId>org.elasticsearch.client</groupId> |
479 |
| - <artifactId>elasticsearch-rest-high-level-client</artifactId> |
480 |
| - <version>${elasticsearch-client.version}</version> |
481 |
| - </dependency> |
482 |
| - <dependency> |
483 |
| - <groupId>org.elasticsearch.client</groupId> |
484 |
| - <artifactId>elasticsearch-rest-client</artifactId> |
485 |
| - <version>${elasticsearch-client.version}</version> |
486 |
| - </dependency> |
487 |
| - <dependency> |
488 |
| - <groupId>org.elasticsearch</groupId> |
489 |
| - <artifactId>elasticsearch</artifactId> |
490 |
| - <version>${elasticsearch-client.version}</version> |
491 |
| - </dependency> |
492 | 406 | <dependency>
|
493 | 407 | <groupId>com.influxdb</groupId>
|
494 | 408 | <artifactId>influxdb-client-java</artifactId>
|
|
520 | 434 | <artifactId>shardingsphere-sql-parser-oracle</artifactId>
|
521 | 435 | <version>${shardingsphere.version}</version>
|
522 | 436 | </dependency>
|
523 |
| - <dependency> |
524 |
| - <groupId>org.jeasy</groupId> |
525 |
| - <artifactId>easy-rules-core</artifactId> |
526 |
| - <version>${easy-rules.version}</version> |
527 |
| - </dependency> |
528 | 437 | <dependency>
|
529 | 438 | <groupId>jakarta.json</groupId>
|
530 | 439 | <artifactId>jakarta.json-api</artifactId>
|
|
0 commit comments