正在显示
1 个修改的文件
包含
1 行增加
和
9 行删除
| @@ -24,9 +24,8 @@ | @@ -24,9 +24,8 @@ | ||
| 24 | <kaptcha.version>2.3.3</kaptcha.version> | 24 | <kaptcha.version>2.3.3</kaptcha.version> |
| 25 | <pagehelper.boot.version>1.4.7</pagehelper.boot.version> | 25 | <pagehelper.boot.version>1.4.7</pagehelper.boot.version> |
| 26 | <fastjson.version>2.0.43</fastjson.version> | 26 | <fastjson.version>2.0.43</fastjson.version> |
| 27 | - <oshi.version>6.4.11</oshi.version> | 27 | + <oshi.version>6.4.13</oshi.version> |
| 28 | <commons.io.version>2.13.0</commons.io.version> | 28 | <commons.io.version>2.13.0</commons.io.version> |
| 29 | - <commons.collections.version>3.2.2</commons.collections.version> | ||
| 30 | <poi.version>4.1.2</poi.version> | 29 | <poi.version>4.1.2</poi.version> |
| 31 | <velocity.version>2.3</velocity.version> | 30 | <velocity.version>2.3</velocity.version> |
| 32 | <jwt.version>0.9.1</jwt.version> | 31 | <jwt.version>0.9.1</jwt.version> |
| @@ -107,13 +106,6 @@ | @@ -107,13 +106,6 @@ | ||
| 107 | <version>${velocity.version}</version> | 106 | <version>${velocity.version}</version> |
| 108 | </dependency> | 107 | </dependency> |
| 109 | 108 | ||
| 110 | - <!-- collections工具类 --> | ||
| 111 | - <dependency> | ||
| 112 | - <groupId>commons-collections</groupId> | ||
| 113 | - <artifactId>commons-collections</artifactId> | ||
| 114 | - <version>${commons.collections.version}</version> | ||
| 115 | - </dependency> | ||
| 116 | - | ||
| 117 | <!-- 阿里JSON解析器 --> | 109 | <!-- 阿里JSON解析器 --> |
| 118 | <dependency> | 110 | <dependency> |
| 119 | <groupId>com.alibaba.fastjson2</groupId> | 111 | <groupId>com.alibaba.fastjson2</groupId> |
-
请 注册 或 登录 后发表评论