File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1919
2020## 1.2 依赖
2121
22- | Scope | GroupId | ArtifactId | Version |
23- | ----- | ------------------- | ---------------------- | ---------- |
24- | Build | ` org.projectlombok ` | ` lombok ` | ` 1.18.22 ` |
25- | Build | ` org.json ` | ` json ` | ` 20220320 ` |
26- | Test | ` org.junit.jupiter ` | ` junit-jupiter-engine ` | ` 5.8.2 ` |
22+ | Scope | GroupId | ArtifactId | Version |
23+ | ---------- | ------------------- | ---------------------- | ---------- |
24+ | Provided | ` org.projectlombok ` | ` lombok ` | ` 1.18.22 ` |
25+ | Compile | ` org.json ` | ` json ` | ` 20220320 ` |
26+ | Test | ` org.junit.jupiter ` | ` junit-jupiter-engine ` | ` 5.8.2 ` |
2727
2828## 1.3 构建与运行
2929
Original file line number Diff line number Diff line change 1212 <groupId >org.projectlombok</groupId >
1313 <artifactId >lombok</artifactId >
1414 <version >1.18.22</version >
15- <scope >compile </scope >
15+ <scope >provided </scope >
1616 </dependency >
1717 <dependency >
1818 <groupId >org.junit.jupiter</groupId >
2424 <groupId >org.json</groupId >
2525 <artifactId >json</artifactId >
2626 <version >20220320</version >
27+ <scope >compile</scope >
2728 </dependency >
2829 </dependencies >
2930
You can’t perform that action at this time.
0 commit comments