File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/us/codecraft/webmagic/model/samples Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments