Skip to content

Commit

Permalink
Fix hapi-fhir Karaf feature
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpoth committed Jun 11, 2019
1 parent dd203ae commit c59238c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -23,6 +23,7 @@
<feature prerequisite="true">wrap</feature>
<bundle dependency='true'>mvn:com.google.code.gson/gson/${gson_version}</bundle>
<bundle dependency='true'>mvn:org.apache.commons/commons-lang3/${commons_lang3_version}</bundle>
<bundle dependency='true'>mvn:com.google.code.findbugs/jsr305/${jsr305_version}</bundle>
<bundle dependency='true'>mvn:commons-codec/commons-codec/${commons_codec_version}</bundle>
<bundle dependency='true'>mvn:org.apache.commons/commons-text/${commons_text_version}</bundle>
<bundle dependency='true'>mvn:commons-io/commons-io/${commons_io_version}</bundle>
Expand Down

0 comments on commit c59238c

Please sign in to comment.