Skip to content

Commit

Permalink
[WFCORE-2261] Include the complete protocol module including META-INF.
Browse files Browse the repository at this point in the history
  • Loading branch information
darranl committed Feb 2, 2017
1 parent d29f641 commit f7340ad
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@
<module name="org.jboss.as.patching" optional="true" services="import"/>
<module name="org.jboss.as.platform-mbean"/>
<module name="org.jboss.as.process-controller"/>
<module name="org.jboss.as.protocol"/>
<module name="org.jboss.as.protocol">
<imports>
<include path="**" />
</imports>
</module>
<module name="org.jboss.as.remoting"/>
<module name="org.jboss.as.self-contained" optional="true"/>
<module name="org.wildfly.security.elytron" services="import"/>
Expand Down

0 comments on commit f7340ad

Please sign in to comment.