[jboss-jira] [JBoss JIRA] (WFLY-2686) Missing dependency in com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider
Stuart Douglas (JIRA)
issues at jboss.org
Mon Jan 13 05:14:32 EST 2014
[ https://issues.jboss.org/browse/WFLY-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas reassigned WFLY-2686:
------------------------------------
Assignee: Stuart Douglas
> Missing dependency in com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider
> -----------------------------------------------------------------------------
>
> Key: WFLY-2686
> URL: https://issues.jboss.org/browse/WFLY-2686
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Class Loading, REST
> Affects Versions: 8.0.0.Beta1, 8.0.0.CR1
> Reporter: Ludger Brinkmann
> Assignee: Stuart Douglas
>
> Dependency javax.xml.bind.api is missing in module.xml of com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.
> For a detailed description, see https://community.jboss.org/thread/233865
> As a workaround, the module.xml can either be changed manually or the resteasy-jboss-modules-wf8-3.0.6.Final.zip provided with the RESTEasy distribution may be unzipped in the modules/system/layers/base directory.
> Correct dependencies should look like:
> <dependencies>
> <module name="javax.api"/>
> <module name="javax.ws.rs.api"/>
> <module name="javax.xml.bind.api"/>
> <module name="com.fasterxml.jackson.core.jackson-annotations"/>
> <module name="com.fasterxml.jackson.core.jackson-core"/>
> <module name="com.fasterxml.jackson.core.jackson-databind"/>
> </dependencies>
--
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