From 380cc1f8635b5b9dde68bc7e357e567b5d00c121 Mon Sep 17 00:00:00 2001 From: Sharif Magembe Date: Wed, 3 Apr 2024 14:38:01 +0300 Subject: [PATCH] Bundle Client registry --- distro/distro.properties | 1 + distro/pom.xml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/distro/distro.properties b/distro/distro.properties index cf454417e..b0ec00b7e 100644 --- a/distro/distro.properties +++ b/distro/distro.properties @@ -28,3 +28,4 @@ omod.serialization.xstream.type=omod omod.ordertemplates=${ordertemplates.version} omod.patientflags=${patientflags.version} omod.o3forms=${o3forms.version} +omod.clientregistry=${clientregistry.version} diff --git a/distro/pom.xml b/distro/pom.xml index 032ab5158..17e9188e4 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -49,6 +49,7 @@ 0.2.16 1.0.2 3.0.5 + 1.1.8-SNAPSHOT 2.2.0 @@ -200,6 +201,12 @@ ${o3forms.version} provided + + org.openmrs.module + clientregistry + ${clientregistry.version} + provided +