|
33 | 33 | <commons.codec.version>1.10</commons.codec.version>
|
34 | 34 | <commons-collections4.version>4.4</commons-collections4.version>
|
35 | 35 | <commons.configuration.version>1.10</commons.configuration.version>
|
| 36 | + <apijson.version>5.5.0</apijson.version> |
| 37 | + <mysql.version>8.0.31</mysql.version> |
| 38 | + <spring-context-support.version>5.3.18</spring-context-support.version> |
| 39 | + <spring-boot-configuration-processor.version>2.6.6</spring-boot-configuration-processor.version> |
| 40 | + <dynamic-datasource-spring-boot-starter.version>3.5.2</dynamic-datasource-spring-boot-starter.version> |
36 | 41 | <java.version>1.8</java.version>
|
37 | 42 | </properties>
|
38 | 43 |
|
|
48 | 53 | <dependency>
|
49 | 54 | <groupId>com.github.Tencent</groupId>
|
50 | 55 | <artifactId>APIJSON</artifactId>
|
51 |
| - <version>5.5.0</version> |
| 56 | + <version>${apijson.version}</version> |
52 | 57 | </dependency>
|
53 | 58 | <dependency>
|
54 | 59 | <groupId>com.github.APIJSON</groupId>
|
55 | 60 | <artifactId>apijson-framework</artifactId>
|
56 |
| - <version>5.5.0</version> |
| 61 | + <version>${apijson.version}</version> |
57 | 62 | </dependency>
|
58 | 63 |
|
59 | 64 | <!-- 需要用的数据库 JDBC 驱动 -->
|
|
68 | 73 | <dependency>
|
69 | 74 | <groupId>org.springframework</groupId>
|
70 | 75 | <artifactId>spring-context-support</artifactId>
|
71 |
| - <version>5.3.18</version> |
| 76 | + <version>${spring-context-support.version}</version> |
72 | 77 | </dependency>
|
73 | 78 | <dependency>
|
74 | 79 | <groupId>org.springframework.boot</groupId>
|
75 | 80 | <artifactId>spring-boot-configuration-processor</artifactId>
|
76 |
| - <version>2.6.6</version> |
| 81 | + <version>${spring-boot-configuration-processor.version}</version> |
77 | 82 | <optional>true</optional>
|
78 | 83 | </dependency>
|
79 | 84 | <dependency>
|
|
84 | 89 | <dependency>
|
85 | 90 | <groupId>com.baomidou</groupId>
|
86 | 91 | <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
87 |
| - <version>3.5.2</version> |
| 92 | + <version>${dynamic-datasource-spring-boot-starter.version}</version> |
88 | 93 | </dependency>
|
89 | 94 | <dependency>
|
90 | 95 | <groupId>com.baomidou</groupId>
|
|
110 | 115 | <dependency>
|
111 | 116 | <groupId>mysql</groupId>
|
112 | 117 | <artifactId>mysql-connector-java</artifactId>
|
113 |
| - <version>8.0.31</version> |
| 118 | + <version>${mysql.version}</version> |
114 | 119 | </dependency>
|
115 | 120 | <dependency>
|
116 | 121 | <groupId>org.elasticsearch.client</groupId>
|
|
136 | 141 | <dependency>
|
137 | 142 | <groupId>org.elasticsearch.plugin</groupId>
|
138 | 143 | <artifactId>reindex-client</artifactId>
|
139 |
| - <version>7.17.5</version> |
| 144 | + <version>${elasticsearch.version}</version> |
140 | 145 | </dependency>
|
141 | 146 | <dependency>
|
142 | 147 | <groupId>org.elasticsearch.plugin</groupId>
|
143 | 148 | <artifactId>parent-join-client</artifactId>
|
144 |
| - <version>7.17.5</version> |
| 149 | + <version>${elasticsearch.version}</version> |
145 | 150 | </dependency>
|
146 | 151 | <dependency>
|
147 | 152 | <groupId>com.alibaba</groupId>
|
|
0 commit comments