From 97d939bbaa9d646142a3c715f84563e2ee2cb2a3 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 20 Oct 2022 19:06:42 +0200 Subject: [PATCH] added lombok dep for JDK 11 --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2082747..371e55d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 @@ -67,6 +69,12 @@ social-service-model [1.2.0-SNAPSHOT, 2.0.0) + + org.projectlombok + lombok + 1.18.2 + provided + commons-lang commons-lang