Skip to content

Commit

Permalink
Merge branch 'master' of github.com:code4craft/webmagic
Browse files Browse the repository at this point in the history
  • Loading branch information
sutra committed Oct 23, 2022
2 parents dc7218e + 904cd28 commit f45a8ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>xsoup</artifactId>
<version>${xsoup.version}</version>
<version>0.3.6</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down
2 changes: 1 addition & 1 deletion webmagic-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2.1</version>
<version>2.13.4.2</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static void main(String[] args) {

@Override
public String key() {
return author+":"+name;
return author+"_"+name;
}

public String getName() {
Expand Down

0 comments on commit f45a8ff

Please sign in to comment.