From 0bfb0e4b164c8a9cf26ee84fb3a4a9bf6a4bb3a3 Mon Sep 17 00:00:00 2001 From: "DK.Pino" Date: Thu, 2 Jan 2020 17:14:34 +0800 Subject: [PATCH] remove lombok depend in common dodule (#1677) --- dolphinscheduler-common/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dolphinscheduler-common/pom.xml b/dolphinscheduler-common/pom.xml index 10cede798..955e95625 100644 --- a/dolphinscheduler-common/pom.xml +++ b/dolphinscheduler-common/pom.xml @@ -600,13 +600,6 @@ compile - - org.projectlombok - lombok - ${lombok.version} - compile - - org.springframework spring-context -- GitLab