From d41e1b68b6be32ee367bdadd37955e91fba21303 Mon Sep 17 00:00:00 2001 From: Lodha Date: Thu, 30 Jan 2025 19:28:37 +0530 Subject: Chef removal changes for asdc_tool - Removal of Chef recipes in the module. - Introduction of shell scripts in the module to replace some recipes. - Generation of module configuration using Charts. Issue-ID: SDC-4699 Change-Id: I3bb3b275f01cb35fb25ada0df3f9c65b86bac106 Signed-off-by: Jinendra.Lodha --- common-app-logging/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'common-app-logging') diff --git a/common-app-logging/pom.xml b/common-app-logging/pom.xml index fc8fde75eb..48be65121a 100644 --- a/common-app-logging/pom.xml +++ b/common-app-logging/pom.xml @@ -13,6 +13,21 @@ + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + + jakarta.ws.rs jakarta.ws.rs-api -- cgit