From 7cb74dbe51bab0457048c27ddc9d7c5a17253e1a Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期三, 26 一月 2022 10:55:36 +0800 Subject: [PATCH] Merge pull request #317 from nikmu/wvp-28181-2.0 --- pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 991abc6..cf2c4cf 100644 --- a/pom.xml +++ b/pom.xml @@ -228,6 +228,10 @@ <artifactId>spring-boot-starter-test</artifactId> <!-- <scope>test</scope>--> </dependency> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + </dependency> </dependencies> -- Gitblit v1.8.0