Skip to content

Commit

Permalink
remove comment from conditional resources tag to fix module not start…
Browse files Browse the repository at this point in the history
…ing (#423)
  • Loading branch information
mozzy11 committed Aug 4, 2022
1 parent b0c185b commit 0b49a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static String inputStreamToString(final InputStream is, final Charset cha
}

public static String resourceToString(final String resource, final Charset charset, final ClassLoader cl)
throws IOException {
throws IOException {
return inputStreamToString(Objects.requireNonNull(cl.getResourceAsStream(resource)), charset);
}
}
2 changes: 1 addition & 1 deletion omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<path>/lib/jackson-.*.jar</path>
<openmrsVersion>2.0.5 - 2.1.2</openmrsVersion>
</conditionalResource>
<!-- required for HAPI -->

<conditionalResource>
<path>/lib/commons-io.*.jar</path>
<openmrsVersion>2.0.5 - 2.1.*</openmrsVersion>
Expand Down

0 comments on commit 0b49a73

Please sign in to comment.