[
https://issues.jboss.org/browse/FORGEPLUGINS-176?page=com.atlassian.jira....
]
Arun Gupta commented on FORGEPLUGINS-176:
-----------------------------------------
Also add appropriate JAXB dependencies. For example, following are required for WildFly:
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>3.0.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>3.0.5.Final</version>
<scope>test</scope>
</dependency>
Forge Arquillian add-on to include JAX-RS impl
----------------------------------------------
Key: FORGEPLUGINS-176
URL:
https://issues.jboss.org/browse/FORGEPLUGINS-176
Project: Forge Plugins/Addons
Issue Type: Feature Request
Components: Arquillian Plugin
Reporter: Arun Gupta
Forge Arquillian add-on (
https://github.com/forge/addon-arquillian.git) should include
container specific JAX-RS impl in test scope.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)