Skip to content

Commit

Permalink
馃敟瀹屽杽readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flashine committed Apr 14, 2021
1 parent 2586c97 commit dedeb78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencies>
<!--Jsoup-->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.13.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand Down

0 comments on commit dedeb78

Please sign in to comment.