Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-1561

pom.xml is missing a dependency when CXF is configured to handle JSON/REST messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • None
    • None
    • Build system
    • None

    Description

      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>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              hanclee Han Lee
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: