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 19
19
20
20
## 1.2 依赖
21
21
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 ` |
27
27
28
28
## 1.3 构建与运行
29
29
Original file line number Diff line number Diff line change 12
12
<groupId >org.projectlombok</groupId >
13
13
<artifactId >lombok</artifactId >
14
14
<version >1.18.22</version >
15
- <scope >compile </scope >
15
+ <scope >provided </scope >
16
16
</dependency >
17
17
<dependency >
18
18
<groupId >org.junit.jupiter</groupId >
24
24
<groupId >org.json</groupId >
25
25
<artifactId >json</artifactId >
26
26
<version >20220320</version >
27
+ <scope >compile</scope >
27
28
</dependency >
28
29
</dependencies >
29
30
You can’t perform that action at this time.
0 commit comments