| | |
| | | </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> |
| | |
| | | <artifactId>commons-text</artifactId> |
| | | <version>1.13.0</version> |
| | | </dependency> |
| | | <!-- 华为云对象存储服务 OBS--> |
| | | <dependency> |
| | | <groupId>com.huaweicloud</groupId> |
| | | <artifactId>esdk-obs-java-bundle</artifactId> |
| | | <version>3.22.12</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |