From 486138beefcf3b726fc5df16d60837d32376874d Mon Sep 17 00:00:00 2001 From: Nithin Pankaj - n0p0328 Date: Thu, 30 May 2024 10:26:37 +0530 Subject: [PATCH] Add dependency for Guava utils Signed-off-by: Nithin --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 38cd700..b87986c 100644 --- a/pom.xml +++ b/pom.xml @@ -94,6 +94,15 @@ runtime true + + + + com.google.guava + guava + 33.2.0-jre + + + org.springframework.boot spring-boot-configuration-processor