Skip to content

Commit

Permalink
EA-184 - Fixes to conditional loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed May 29, 2024
1 parent 79fc27d commit cf56de4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<conditionalResources>
<conditionalResource>
<path>/lib/emrapi-api-reporting-${project.version}.jar</path>
<loadIfModulesPresent>
<openmrsModule>
<modules>
<module>
<moduleId>reporting</moduleId>
<version>*.*</version>
</openmrsModule>
</loadIfModulesPresent>
</module>
</modules>
</conditionalResource>
</conditionalResources>

Expand Down

0 comments on commit cf56de4

Please sign in to comment.