Skip to content

Commit

Permalink
[Rahul] | BAH-3829 | Add. reportingcompatibility-omod 2.10.0-SNAPSHOT
Browse files Browse the repository at this point in the history
reportingcompatibility-omod 2.10.0-SNAPSHOT has been introduced with the new bahmni/openMRS image
  • Loading branch information
rahu1ramesh committed May 15, 2024
1 parent 97f1b7a commit 49e2db3
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 @@ -57,6 +57,7 @@
<communicationVersion>1.2.0-SNAPSHOT</communicationVersion>
<terminologyServicesVersion>1.0.0-SNAPSHOT</terminologyServicesVersion>
<cdssVersion>1.0.0-SNAPSHOT</cdssVersion>
<reportingCompatibilityVersion>2.10.0-SNAPSHOT</reportingCompatibilityVersion>
</properties>

<dependencies>
Expand Down Expand Up @@ -304,11 +305,18 @@
<artifactId>openconceptlab-omod</artifactId>
<version>${openConceptLabVersion}</version>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>initializer-omod</artifactId>
<version>${initializerModuleVersion}</version>
</dependency>

<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>reportingcompatibility-omod</artifactId>
<version>${reportingCompatibilityVersion}</version>
</dependency>
<!-- end -->
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions package/docker/openmrs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ COPY distro/target/distro/pacsquery*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}
COPY distro/target/distro/providermanagement*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/reference-data*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/reporting*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/reportingcompatibility*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/reportingrest*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/rulesengine*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
COPY distro/target/distro/serialization.xstream*.omod ${OPENMRS_APPLICATION_DATA_DIRECTORY}/modules
Expand Down

0 comments on commit 49e2db3

Please sign in to comment.