diff --git a/distro/distro.properties b/distro/distro.properties index 28b8abfce..a247141d8 100644 --- a/distro/distro.properties +++ b/distro/distro.properties @@ -45,3 +45,5 @@ omod.event.groupId=org.openmrs omod.providermanagement=${providermanagement.version} omod.uilibrary=${uilibrary.version} +omod.stockmanagement=${stockmanagement.version} +omod.billing=${billing.version} diff --git a/distro/pom.xml b/distro/pom.xml index 768a7dcc9..42bc659cc 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -75,6 +75,10 @@ + + 2.0.0-SNAPSHOT + 1.0.0-SNAPSHOT + @@ -288,6 +292,18 @@ provided --> + + org.openmrs.module + stockmanagement-omod + ${stockmanagement.version} + provided + + + org.openmrs.module + billing-omod + ${billing.version} + provided +