Skip to content

Commit 96a973d

Browse files
committed
添加lombok
1 parent 99a56ea commit 96a973d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-cloud-gray-utils/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
<optional>true</optional>
5353
</dependency>
5454

55+
<dependency>
56+
<groupId>org.projectlombok</groupId>
57+
<artifactId>lombok</artifactId>
58+
<optional>true</optional>
59+
</dependency>
60+
61+
5562
<dependency>
5663
<groupId>junit</groupId>
5764
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)