|
11 | 11 | <java.version>1.8</java.version> |
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | 13 | <project.main.class>com.networknt.server.Server</project.main.class> |
14 | | - <version.light-4j>1.6.17</version.light-4j> |
15 | | - <version.jose4j>0.6.3</version.jose4j> |
| 14 | + <version.light-4j>1.6.28</version.light-4j> |
16 | 15 | <version.logback>1.2.3</version.logback> |
17 | | - <version.junit>4.12</version.junit> |
18 | | - <version.undertow>2.0.22.Final</version.undertow> |
| 16 | + <version.junit>4.13.1</version.junit> |
19 | 17 | <version.fastscanner>2.18.1</version.fastscanner> |
20 | 18 | <versions.maven-version>2.4</versions.maven-version> |
21 | 19 | <version.lombok>1.16.18</version.lombok> |
|
36 | 34 | <version.zxing>3.2.1</version.zxing> |
37 | 35 | <version.vcard>0.10.0</version.vcard> |
38 | 36 | <version.easyexcel>1.1.2-beta5</version.easyexcel> |
39 | | - <version.mysql>5.1.43</version.mysql> |
40 | 37 | <version.hikaricp>3.1.0</version.hikaricp> |
41 | 38 | <version.dbutils>1.7</version.dbutils> |
42 | 39 | <version.commons-io>2.6</version.commons-io> |
43 | | - <version.hutool>5.3.9</version.hutool> |
| 40 | + <version.hutool>5.4.6</version.hutool> |
44 | 41 | <version.shiro>1.3.2</version.shiro> |
45 | 42 | <version.ip2region>1.7.2</version.ip2region> |
46 | 43 | <version.bouncycastle>1.64</version.bouncycastle> |
47 | 44 | <version.beetlsql>2.12.28.RELEASE</version.beetlsql> |
48 | 45 | <version.antlr4>4.7.2</version.antlr4> |
49 | | - <version.apijson>4.1.0</version.apijson> |
| 46 | + <version.apijson>4.2.3</version.apijson> |
50 | 47 | <version.log4jdbc>1.2</version.log4jdbc> |
51 | 48 | </properties> |
52 | 49 |
|
|
202 | 199 | <artifactId>easyexcel</artifactId> |
203 | 200 | <version>${version.easyexcel}</version> |
204 | 201 | </dependency> |
205 | | - <dependency> |
206 | | - <groupId>mysql</groupId> |
207 | | - <artifactId>mysql-connector-java</artifactId> |
208 | | - <version>${version.mysql}</version> |
209 | | - </dependency> |
210 | 202 | <dependency> |
211 | 203 | <groupId>com.zaxxer</groupId> |
212 | 204 | <artifactId>HikariCP</artifactId> |
|
262 | 254 | <artifactId>antlr4-runtime</artifactId> |
263 | 255 | <version>${version.antlr4}</version> |
264 | 256 | </dependency> |
265 | | - <!-- http://t.xlongwei.com/windows/apijson-orm-4.1.0.jar --> |
266 | 257 | <dependency> |
267 | | - <groupId>apijson.orm</groupId> |
| 258 | + <groupId>com.github.APIJSON</groupId> |
268 | 259 | <artifactId>apijson-orm</artifactId> |
269 | 260 | <version>${version.apijson}</version> |
270 | 261 | </dependency> |
271 | | - <!-- http://t.xlongwei.com/windows/apijson-framework-4.1.0.jar --> |
272 | 262 | <dependency> |
273 | | - <groupId>apijson.framework</groupId> |
| 263 | + <groupId>com.github.APIJSON</groupId> |
274 | 264 | <artifactId>apijson-framework</artifactId> |
275 | 265 | <version>${version.apijson}</version> |
276 | 266 | </dependency> |
|
396 | 386 | </plugins> |
397 | 387 | </build> |
398 | 388 | </profile> |
| 389 | + <profile> |
| 390 | + <id>mysql5</id> |
| 391 | + <dependencies> |
| 392 | + <dependency> |
| 393 | + <groupId>mysql</groupId> |
| 394 | + <artifactId>mysql-connector-java</artifactId> |
| 395 | + <version>5.1.43</version> |
| 396 | + </dependency> |
| 397 | + </dependencies> |
| 398 | + </profile> |
399 | 399 | </profiles> |
400 | 400 |
|
401 | 401 | <build> |
|
520 | 520 |
|
521 | 521 | <repositories> |
522 | 522 | <repository> |
523 | | - <id>sonatype-snapshots</id> |
524 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
525 | | - <snapshots> |
526 | | - <enabled>true</enabled> |
527 | | - </snapshots> |
| 523 | + <id>jitpack.io</id> |
| 524 | + <url>https://jitpack.io</url> |
528 | 525 | </repository> |
529 | | - <repository> |
530 | | - <id>codelds</id> |
531 | | - <url>https://code.lds.org/nexus/content/groups/main-repo</url> |
532 | | - </repository> |
533 | 526 | </repositories> |
534 | 527 | </project> |
0 commit comments