Skip to content

Commit

Permalink
🔥 删除 HtmlUtils,精简掉 common-util 模块中的 jsoup 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Hccake committed Apr 4, 2024
1 parent 00825dc commit f706fc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 78 deletions.
4 changes: 0 additions & 4 deletions common/ballcat-common-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
Expand Down

This file was deleted.

8 changes: 6 additions & 2 deletions xss/ballcat-spring-boot-starter-xss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<dependencies>
<dependency>
<groupId>org.ballcat</groupId>
<artifactId>ballcat-common-util</artifactId>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand All @@ -38,5 +38,9 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit f706fc5

Please sign in to comment.