From 4cee68e8971b33031445e37686c96526429addb0 Mon Sep 17 00:00:00 2001 From: bdwiwedi Date: Fri, 13 Aug 2021 18:15:56 +0530 Subject: [PATCH] RM-6941 change lombok dependency scope to compile [ags] --- amps/ags/rm-community/rm-community-repo/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index 0f25658ed2..385dc903a5 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -144,7 +144,7 @@ org.projectlombok lombok - provided + compile diff --git a/pom.xml b/pom.xml index 7f2ab284b9..6d2038ed0a 100644 --- a/pom.xml +++ b/pom.xml @@ -851,7 +851,7 @@ org.projectlombok lombok 1.18.20 - provided + compile