[
https://issues.apache.org/jira/browse/CXF-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593424#action_12593424
]
Sergey Beryozkin 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.
I actually think that abdera-i18n is pulled in during the build time
recursively, as a dependency of abdera-core, not sure need to verify. If so
then is it likely that such a dependency is 'missed' by our distribution build ?
Han, are you actually relying on I18n in your messages ? Another possibility is
that our tests simply work due to no I18n being exercised
> 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.