Skip to content

Commit

Permalink
Kavitha | add dependency for medication administration (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitha-sundararajan authored Jan 1, 2024
1 parent 4de8364 commit 0abb862
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 @@ -57,6 +57,7 @@
<communicationVersion>1.1.0</communicationVersion>
<bahmniEventsVersion>1.0.0-SNAPSHOT</bahmniEventsVersion>
<reportingcompatibilityVersion>2.0.9</reportingcompatibilityVersion>
<medicationAdministrationVersion>1.0.0-SNAPSHOT</medicationAdministrationVersion>
<bahmniIpdVersion>1.0.0-SNAPSHOT</bahmniIpdVersion>

</properties>
Expand Down Expand Up @@ -312,6 +313,12 @@
<version>${reportingcompatibilityVersion}</version>
</dependency>

<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>medication-administration-api</artifactId>
<version>${medicationAdministrationVersion}</version>
</dependency>

<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>bahmni-ipd-omod</artifactId>
Expand Down

0 comments on commit 0abb862

Please sign in to comment.