File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ webmagic使用maven管理依赖,在项目中添加对应的依赖即可使用w
3939<dependency >
4040 <groupId >us.codecraft</groupId >
4141 <artifactId >webmagic-core</artifactId >
42- <version >0.7.5 </version >
42+ <version >${webmagic.version} </version >
4343</dependency >
4444<dependency >
4545 <groupId >us.codecraft</groupId >
4646 <artifactId >webmagic-extension</artifactId >
47- <version >0.7.5 </version >
47+ <version >${webmagic.version} </version >
4848</dependency >
4949```
5050
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ Add dependencies to your pom.xml:
2525<dependency >
2626 <groupId >us.codecraft</groupId >
2727 <artifactId >webmagic-core</artifactId >
28- <version >0.7.5 </version >
28+ <version >${webmagic.version} </version >
2929</dependency >
3030<dependency >
3131 <groupId >us.codecraft</groupId >
3232 <artifactId >webmagic-extension</artifactId >
33- <version >0.7.5 </version >
33+ <version >${webmagic.version} </version >
3434</dependency >
3535```
3636
You can’t perform that action at this time.
0 commit comments