Skip to content

Commit

Permalink
Dependency needed for AllowWSRequestPredicate & Brain's for safety's …
Browse files Browse the repository at this point in the history
…sake add deps on modules formerly exported by javax.ejb.api to all modules that directly depended on javax.ejb.api
  • Loading branch information
jimma authored and asoldano committed Jan 11, 2017
1 parent fec52ea commit 72ef9c6
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -69,5 +69,13 @@
<module name="org.jboss.ws.spi" />
<module name="org.picketbox" />
<module name="org.wildfly.extension.undertow" />
<module name="io.undertow.core" />
<module name="io.undertow.servlet"/>
<!-- TODO WFLY-5966 validate the need for these and remove if not needed.
Prior to WFLY-5922 they were exported by javax.ejb.api. -->
<module name="javax.transaction.api"/>
<module name="javax.xml.rpc.api"/>
<module name="javax.rmi.api"/>
<module name="org.omg.api"/>
</dependencies>
</module>

0 comments on commit 72ef9c6

Please sign in to comment.