Skip to content

Commit

Permalink
ArchiveElementDirectory has to be exported as service from module org…
Browse files Browse the repository at this point in the history
….dcm4che.dict-arc in jboss-deployment-structure.xml fix #1761
  • Loading branch information
gunterze committed Jan 7, 2019
1 parent 3b2c8d7 commit 9b742e9
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 @@ -54,7 +54,7 @@
<module name="org.dcm4che.core" export="TRUE"/>
<module name="org.dcm4che.dcmr" export="TRUE"/>
<module name="org.dcm4che.deident" export="TRUE"/>
<module name="org.dcm4che.dict-arc" export="TRUE"/>
<module name="org.dcm4che.dict-arc" export="TRUE" services="export"/>
<module name="org.dcm4che.json" export="TRUE"/>
<module name="org.dcm4che.mime" export="TRUE"/>
<module name="org.dcm4che.ws-rs" export="TRUE"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<module name="org.dcm4che.core" export="TRUE"/>
<module name="org.dcm4che.dcmr" export="TRUE"/>
<module name="org.dcm4che.deident" export="TRUE"/>
<module name="org.dcm4che.dict-arc" export="TRUE"/>
<module name="org.dcm4che.dict-arc" export="TRUE" services="export"/>
<module name="org.dcm4che.json" export="TRUE"/>
<module name="org.dcm4che.mime" export="TRUE"/>
<module name="org.dcm4che.ws-rs" export="TRUE"/>
Expand Down

0 comments on commit 9b742e9

Please sign in to comment.