Skip to content

Commit

Permalink
[Rahul] | BAH-3839 | Add. medication-administration-omod v1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed May 16, 2024
1 parent 22fcf2b commit 435f435
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<idgenWebServicesModuleVersion>1.4.0</idgenWebServicesModuleVersion>
<legacyUiOmodVersion>1.13.0</legacyUiOmodVersion>
<mailappenderVersion>0.94.3</mailappenderVersion>
<medicationAdministrationVersion>1.0.0-SNAPSHOT</medicationAdministrationVersion>
<metadataMappingVersion>1.5.0</metadataMappingVersion>
<metadataSharingVersion>1.8.0</metadataSharingVersion>
<openMRSVersion>2.5.12</openMRSVersion>
Expand Down Expand Up @@ -174,6 +175,13 @@
<artifactId>calculation-omod</artifactId>
<version>${calculationVersion}</version>
</dependency>

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

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>metadatamapping-omod</artifactId>
Expand Down
1 change: 1 addition & 0 deletions package/docker/openmrs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ COPY distro/target/distro/htmlwidgets*.omod ${OPENMRS_APPLICATION_DATA_DIRECTOR
COPY distro/target/distro/idgen*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/initializer*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/legacyui*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/medication-administration-*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/metadatamapping*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/metadatasharing*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/openconceptlab*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
Expand Down

0 comments on commit 435f435

Please sign in to comment.