Skip to content

Commit 60b718c

Browse files
committed
初步实现节点数据下载
1 parent 7c9cd41 commit 60b718c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@
8484
<version>2.4</version>
8585
<classifier>jdk15</classifier>
8686
</dependency>-->
87+
88+
<dependency>
89+
<groupId>org.projectlombok</groupId>
90+
<artifactId>lombok</artifactId>
91+
<version>1.18.2</version>
92+
<scope>provided</scope>
93+
</dependency>
8794
</dependencies>
8895

8996
<build>

0 commit comments

Comments
 (0)