From 448176ceae4893956cd863b0ce5e2d8263b96bb5 Mon Sep 17 00:00:00 2001 From: Amos Laboso Date: Fri, 13 Sep 2024 08:44:44 +0300 Subject: [PATCH] #277 - CSV parser should save cached objects once file has been loaded., - Updating pom xml to include dependency exti18n required by addresshierarchy and stockmanagement required by billing --- pom.xml | 1 + validator/pom.xml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 2d4a99d2..6ce21311 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ 1.2.9 1.6.0 1.1.0 + 2.0.2-SNAPSHOT 1.0.0 diff --git a/validator/pom.xml b/validator/pom.xml index 239a4481..17a705bd 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -382,6 +382,22 @@ ${mysqlTestContainerVersion} + + org.openmrs.module + exti18n-api + ${exti18nVersion} + runtime + jar + + + + org.openmrs.module + stockmanagement-api + ${stockmanagementVersion} + runtime + jar + +