[jboss-jira] [JBoss JIRA] (WFLY-1510) Missing dependency on org.jboss.resteasy.resteasy-atom-provider

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Jun 12 13:50:54 EDT 2013


Thomas Diesler created WFLY-1510:
------------------------------------

             Summary: Missing dependency on org.jboss.resteasy.resteasy-atom-provider
                 Key: WFLY-1510
                 URL: https://issues.jboss.org/browse/WFLY-1510
             Project: WildFly
          Issue Type: Bug
          Components: EE
            Reporter: Thomas Diesler
            Assignee: Thomas Diesler
             Fix For: 8.0.0.Alpha2


JavaEEDependencyProcessor adds the dependencies on

{code}
ModuleIdentifier.create("javax.enterprise.api"),
ModuleIdentifier.create("javax.enterprise.concurrent.api"),
{code}

whereas the ee module only adds 

{code}
<module name="javax.enterprise.api" export="true"/>
{code}

With a modular build this leads to module not found


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list