Skip to content

Commit

Permalink
[Ritesh] | [BAH-3086] Adding bahmni-events-omod in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshghiya90 committed Jul 7, 2023
1 parent 501c69e commit b692daf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<bahmniCommonsVersion>1.1.0-SNAPSHOT</bahmniCommonsVersion>
<teleconsultationVersion>1.1.0</teleconsultationVersion>
<communicationVersion>1.1.0</communicationVersion>
<bahmniEventsVersion>1.0.0-SNAPSHOT</bahmniEventsVersion>

</properties>

Expand Down Expand Up @@ -279,6 +280,12 @@
<artifactId>communication-omod</artifactId>
<version>${communicationVersion}</version>
</dependency>

<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>bahmni-events-omod</artifactId>
<version>${bahmniEventsVersion}</version>
</dependency>
<!-- end -->

<!-- Modules from other maintainers-->
Expand Down

0 comments on commit b692daf

Please sign in to comment.