| | |
| | | <version>${fastjson2.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 请求跳过ssl证书验证 --> |
| | | <dependency> |
| | | <groupId>org.apache.httpcomponents</groupId> |
| | | <artifactId>httpclient</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.httpcomponents</groupId> |
| | | <artifactId>httpmime</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.httpcomponents</groupId> |
| | | <artifactId>httpcore</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- Java图形验证码 --> |
| | | <dependency> |
| | | <groupId>com.github.whvcse</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> |