Skip to content

Commit b5a591b

Browse files
committed
typo fixed
1 parent cd9d9c6 commit b5a591b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
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

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>
@@ -24,6 +24,7 @@
2424
<groupId>org.json</groupId>
2525
<artifactId>json</artifactId>
2626
<version>20220320</version>
27+
<scope>compile</scope>
2728
</dependency>
2829
</dependencies>
2930

0 commit comments

Comments
 (0)