Yeray Borges Santana created WFLY-13171:
-------------------------------------------
Summary: Validate requirement for modules previously exported by
javax.ejb.api on JSF implementations
Key: WFLY-13171
URL:
https://issues.redhat.com/browse/WFLY-13171
Project: WildFly
Issue Type: Sub-task
Reporter: Yeray Borges Santana
Assignee: Yeray Borges Santana
Validate the need of these module dependencies in the following modules:
Modules:
jsf/multi-jsf-installer/src/main/resources/mojarra-impl-module.xml
jsf/multi-jsf-installer/src/main/resources/myfaces-impl-module.xml
feature-pack/src/main/resources/modules/system/layers/base/com/sun/jsf-impl/main/module.xml
Dependencies:
{code:java}
<module name="javax.xml.rpc.api"/>
<module name="javax.rmi.api"/>
{code}
Additionally, remove javaee.api dependency and use only the required ones for the
following test modules:
jsf/subsystem/src/test/resources/modules/com/sun/jsf-impl/main/module.xml
jsf/subsystem/src/test/resources/modules/com/sun/jsf-impl/myfaces/module.xml
jsf/subsystem/src/test/resources/modules2/com/sun/jsf-impl/myfaces2/module.xml
{code:java}
<module name="javaee.api"/>
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)