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.