Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-2446

Documentation: dependencies for client info is not correct

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.4.2.Final
    • None
    • None
    • None

    Description

      was trying to figure out how to write a rest client with rest easy (which was surprisingly hard btw I found that the docs at https://docs.jboss.org/resteasy/docs/4.4.1.Final/userguide/html_single/index.html#d4e386 says to add the following:

      <dependency>
      <groupId>org.jboss.resteasy</groupId>
      <artifactId>resteasy-jaxrs</artifactId>
      <version>${resteasy.version}</version>
      </dependency>
      <dependency>
      <groupId>org.jboss.resteasy</groupId>
      <artifactId>resteasy-client</artifactId>
      <version>${resteasy.version}</version>
      </dependency>

      problem is that only `resteasy-client` exist. The `reasteasy-jaxrs` does not.

      for now I just removed that section and put this instead:

      <dependency>
      <groupId>org.jboss.resteasy</groupId>
      <artifactId>resteasy-client</artifactId>
      <version>4.4.1.Final</version>
      </dependency>

      btw. it would be nice if you expanded the ${resteasy.version} property in the docs so one can just copy/paste it or at least used that property consistently - in other places it says ${project.version}

      Attachments

        Issue Links

          Activity

            People

              rhn-support-asoldano Alessio Soldano
              manderse@redhat.com Max Andersen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: