From c5362ed63b5a345dafd00f27868b8d9d129c1634 Mon Sep 17 00:00:00 2001 From: bdwiwedi Date: Tue, 10 Aug 2021 13:18:04 +0530 Subject: [PATCH] RM-6941 added slf4j and junit test [ags] --- amps/ags/rm-community/rm-community-repo/pom.xml | 5 +++++ pom.xml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index 916cbeb9ba..d58f39125c 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -141,6 +141,11 @@ spring-test test + + org.projectlombok + lombok + compile + diff --git a/pom.xml b/pom.xml index 7d9f3c2869..6d99d12e3b 100644 --- a/pom.xml +++ b/pom.xml @@ -851,10 +851,11 @@ org.projectlombok lombok 1.18.20 + provided - +