diff --git a/distro/distro.properties b/distro/distro.properties
index 4aa579bf4..cf454417e 100644
--- a/distro/distro.properties
+++ b/distro/distro.properties
@@ -16,6 +16,8 @@ omod.attachments=${attachments.version}
omod.queue=${queue.version}
omod.appointments=${appointments.version}
omod.appointments.groupId=org.bahmni.module
+omod.teleconsultation=${teleconsultation.version}
+omod.teleconsultation.groupId=org.bahmni.module
omod.cohort=${cohort.version}
omod.reporting=${reporting.version}
omod.reportingrest=${reportingrest.version}
diff --git a/distro/pom.xml b/distro/pom.xml
index 347ce3ea6..1dc9c073e 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -37,8 +37,9 @@
1.14.0
3.0.0
2.4.0-SNAPSHOT
- 1.0.0-alpha.1
- 1.6.0
+ 1.0.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
3.5.0-SNAPSHOT
1.25.0
1.14.0
@@ -145,6 +146,12 @@
${appointments.version}
provided
+
+ org.bahmni.module
+ teleconsultation-omod
+ ${teleconsultation.version}
+ provided
+
org.openmrs.module
cohort-omod