Skip to content

Commit f45a8ff

Browse files
committed
Merge branch 'master' of github.com:code4craft/webmagic
2 parents dc7218e + 904cd28 commit f45a8ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>us.codecraft</groupId>
126126
<artifactId>xsoup</artifactId>
127-
<version>${xsoup.version}</version>
127+
<version>0.3.6</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>com.alibaba</groupId>

webmagic-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-databind</artifactId>
45-
<version>2.13.2.1</version>
45+
<version>2.13.4.2</version>
4646
</dependency>
4747
</dependencies>
4848

webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static void main(String[] args) {
4949

5050
@Override
5151
public String key() {
52-
return author+":"+name;
52+
return author+"_"+name;
5353
}
5454

5555
public String getName() {

0 commit comments

Comments
 (0)