From 6bae8daa62b5568fb7d805f4b30333ff9cef3c61 Mon Sep 17 00:00:00 2001 From: debasishchakraborty-egovt Date: Fri, 6 Oct 2023 16:22:17 +0530 Subject: [PATCH] PFM-4871: added the changes to persist sms in a table in mgramseva --- core-services/egov-notification-sms/pom.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/core-services/egov-notification-sms/pom.xml b/core-services/egov-notification-sms/pom.xml index f001c6b98..fa000fa4a 100644 --- a/core-services/egov-notification-sms/pom.xml +++ b/core-services/egov-notification-sms/pom.xml @@ -35,10 +35,6 @@ spring-kafka 2.4.5.RELEASE - - org.springframework.boot - spring-boot-starter-jdbc - org.springframework.boot spring-boot-starter-web @@ -70,16 +66,17 @@ httpclient 4.5.3 + + org.postgresql + postgresql + org.flywaydb flyway-core - 6.4.3 - org.postgresql - postgresql - 9.4.1212 - runtime + org.springframework.boot + spring-boot-starter-jdbc org.springframework.boot