[ 
https://issues.apache.org/jira/browse/CXF-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593399#action_12593399
 ] 

Daniel Kulp commented on CXF-1561:
----------------------------------


Q for Sergey: any reason why this is required for him?  Our system test that 
use abdera seem to pass fine without it.

Actually, that brings up another question: can the jaxrs stuff detect if abdera 
is not there and not install the abdera stuff?  Basically, make the abdera jars 
optional?

> pom.xml is missing a dependency when CXF is configured to handle JSON/REST 
> messages
> -----------------------------------------------------------------------------------
>
>                 Key: CXF-1561
>                 URL: https://issues.apache.org/jira/browse/CXF-1561
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>            Reporter: Han Lee
>
> In the current snapshot build, I received runtime errors about missing abdera 
> classes when I set CXF up to handle JSON/REST messages.
> I fixed the problem by adding the following to my project's pom.xml:
>         <dependency>
>             <!-- needed bacause the cxf folks messed up and forgot a 
> dependency -->
>             <groupId>org.apache.abdera</groupId>
>             <artifactId>abdera-i18n</artifactId>
>             <version>0.4.0-incubating</version>
>         </dependency>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to