Skip to content

Commit

Permalink
EA-181: Relax EMR API dependency on Metadata Sharing (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich authored Mar 7, 2024
1 parent 9266af6 commit 14460b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

<aware_of_modules>
<aware_of_module>org.openmrs.module.fhir2</aware_of_module>
<aware_of_module>org.openmrs.module.metadatasharing</aware_of_module>
</aware_of_modules>
<!-- Required Modules -->
<require_modules>
<require_module version="${reportingModuleVersion}">org.openmrs.module.reporting</require_module>
<require_module version="${providermanagementModuleVersion}">org.openmrs.module.providermanagement</require_module>
<require_module version="${metadatasharingVersion}">org.openmrs.module.metadatasharing</require_module>
<require_module version="${metadatamappingVersion}">org.openmrs.module.metadatamapping</require_module>
<require_module version="${eventVersion}">org.openmrs.event</require_module>
<require_module version="${webservicesRestModuleVersion}">org.openmrs.module.webservices.rest</require_module>
Expand Down

0 comments on commit 14460b2

Please sign in to comment.