update了UrlCheck工具类

This commit is contained in:
sjm
2023-12-23 15:34:05 +08:00
parent 32ec34633c
commit 1b4bf28371
11 changed files with 100 additions and 25 deletions

19
pom.xml
View File

@@ -106,13 +106,30 @@
<artifactId>javase</artifactId>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>base64-utils</artifactId>
<version>1.4.0</version>
</dependency>
<!--检测URl依赖-->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.5</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.14</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<!-- jackson 2.x 相关依赖 -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>