From 5293d9dd630deb6a07599b330a3c7ff3c13c192f Mon Sep 17 00:00:00 2001 From: Rahul Ramesh Date: Thu, 26 Oct 2023 12:16:49 +0530 Subject: [PATCH] [Parvathy, Rahul] | Refactor. Dependency Clean Up --- openerp-atomfeed-service/pom.xml | 55 +++++++++----------------------- pom.xml | 32 +++++++++---------- 2 files changed, 31 insertions(+), 56 deletions(-) diff --git a/openerp-atomfeed-service/pom.xml b/openerp-atomfeed-service/pom.xml index 50f6319f..75b0339a 100644 --- a/openerp-atomfeed-service/pom.xml +++ b/openerp-atomfeed-service/pom.xml @@ -8,38 +8,28 @@ 0.94-SNAPSHOT 4.0.0 - org.bahmni.openerp openerp-atomfeed-service 0.94-SNAPSHOT war - openerp-atomfeed-service http://maven.apache.org - org.apache.httpcomponents httpcore ${httpcore.version} - commons-io commons-io 2.4 - org.ict4h atomfeed-client ${atomfeed.version} - - org.bahmni.module - web-clients - ${web-clients.version} - org.ict4h atomfeed-spring-server @@ -57,7 +47,6 @@ atomfeed-server ${atomfeed.version} test-jar - org.postgresql @@ -68,15 +57,6 @@ aspectjweaver 1.7.1 - - - - org.quartz-scheduler - quartz - ${quartz.version} - cglib @@ -84,8 +64,6 @@ ${cglib.version} runtime - - org.slf4j @@ -125,6 +103,21 @@ 1.3 test + + javax.mail + mail + 1.4.1 + + + javax.annotation + javax.annotation-api + ${javax.version} + + + org.bahmni.module + web-clients + ${web-clients.version} + org.bahmni.module mail-appender @@ -137,23 +130,7 @@ 0.94-SNAPSHOT jar - - javax.mail - mail - 1.4.1 - - - javax.annotation - javax.annotation-api - ${javax.version} - - - org.springframework.boot - spring-boot-starter-quartz - 3.1.5 - - openerp-atomfeed-service @@ -192,8 +169,6 @@ - - Windows diff --git a/pom.xml b/pom.xml index a7261c33..c909267c 100644 --- a/pom.xml +++ b/pom.xml @@ -21,8 +21,8 @@ 17 2.2.2 - 2.3.2 1.10.1 + 42.2.23 localhost odoo @@ -30,15 +30,21 @@ postgres postgres public - 2.13.1 - 4.4.5 - 4.5.2 + 4.5.2 3.0.1 2.17.1 0.94.3 1.3.2 + + org.springframework.boot + spring-boot-starter-quartz + + + org.springframework.boot + spring-boot-starter-web + org.springframework.boot spring-boot-starter-data-jpa @@ -47,7 +53,11 @@ org.springframework.boot spring-boot-starter-web - + + org.springframework.boot + spring-boot-starter-test + test + com.h2database h2 @@ -56,24 +66,14 @@ org.postgresql postgresql - 42.6.0 + ${psql.version} runtime - - org.springframework.boot - spring-boot-starter-test - test - javax.annotation javax.annotation-api ${javax.version} - - org.springframework.boot - spring-boot-starter-quartz - 3.1.5 - org.apache.velocity velocity