| | |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <!-- Google Gson 依赖 --> |
| | | <dependency> |
| | | <groupId>com.google.code.gson</groupId> |
| | | <artifactId>gson</artifactId> |
| | | <version>2.10.1</version> <!-- 使用最新版本 --> |
| | | </dependency> |
| | | |
| | | <!--Spring boot 测试--> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <version>2.12.2</version> |
| | | </dependency> |
| | | |
| | | <!-- dom4j 使用安全的 2.x 版本 --> |
| | | <dependency> |
| | | <groupId>org.dom4j</groupId> |
| | | <artifactId>dom4j</artifactId> |
| | | <version>2.1.4</version> |
| | | </dependency> |
| | | |
| | | <!-- fastjson2 --> |
| | | <dependency> |
| | | <groupId>com.alibaba.fastjson2</groupId> |