Browse Source

feat(pom): 增加lombok插件

hejq 7 years ago
parent
commit
2355542884
1 changed files with 8 additions and 0 deletions
  1. 8 0
      pom.xml

+ 8 - 0
pom.xml

@@ -331,6 +331,14 @@
             <version>0.0.1-SNAPSHOT</version>
         </dependency>
 
+        <!--lombok-->
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <scope>provided</scope>
+            <version>1.16.20</version>
+        </dependency>
+
         <!-- dubbo -->
         <dependency>
             <groupId>com.alibaba</groupId>