Skip to content

Commit

Permalink
JsoupXpath版本跟进到最新
Browse files Browse the repository at this point in the history
  • Loading branch information
zhegexiaohuozi committed Feb 8, 2023
1 parent 05da077 commit c971b64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions seimicrawler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>cn.wanghaomiao</groupId>
<artifactId>SeimiCrawler</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<name>SeimiCrawler</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>cn.wanghaomiao</groupId>
<artifactId>JsoupXpath</artifactId>
<version>2.3.2</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -87,12 +87,12 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.62</version>
<version>1.2.67_noneautotype2</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.3.27.v20190418</version>
<version>9.4.48.v20220622</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.31</version>
<version>1.2.67_noneautotype2</version>
</dependency>
<dependency>
<groupId>cn.wanghaomiao</groupId>
<artifactId>SeimiCrawler</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion standalone-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>cn.wanghaomiao</groupId>
<artifactId>SeimiCrawler</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class Boot {
public static void main(String[] args){
SeimiConfig config = new SeimiConfig();
config.setSeimiAgentHost("127.0.0.1");
// config.setSeimiAgentHost("127.0.0.1");
// config.redisSingleServer().setAddress("redis://127.0.0.1:6379");
Seimi s = new Seimi(config);
s.goRun("basic");
Expand Down

0 comments on commit c971b64

Please sign in to comment.