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

Align resteasy-jaxrs dependencies with EAP

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • 2.3.3.Final
    • 2.3.2.Final
    • jaxrs
    • None

    Description

      In org.jboss.resteasy:resteasy-jaxrs replace following definition:

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

      with a "proper" API specification:

      <dependency>
          <groupId>org.jboss.spec.javax.ws.rs</groupId>
          <artifactId>jboss-jaxrs-api_1.1_spec</artifactId>
          <version>1.0.0.Final</version>
      </dependency>
      

      Attachments

        Activity

          People

            patriot1burke@gmail.com Bill Burke (Inactive)
            kpiwko Karel Piwko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: