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

Missing Client Dependencies in BOM

    XMLWordPrintable

Details

    • Hide

      Import resteasy-bom in your Maven dependency management section:

      <dependencyManagement>
        <dependencies>
          <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-bom</artifactId>
            <version>${org.jboss.resteasy.client.version}</version>
            <type>pom</type>
            <scope>import</scope>
          </dependency>
      

      and use it elsewhere.

      Show
      Import resteasy-bom in your Maven dependency management section: <dependencyManagement> <dependencies> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-bom</artifactId> <version>${org.jboss.resteasy.client.version}</version> <type>pom</type> <scope> import </scope> </dependency> and use it elsewhere.

    Description

      The current resteasy-bom does not contain any of the clients, such as:

      • resteasy-client-vertx
      • resteasy-client-reactor-netty
      • resteasy-client-microprofile
      • resteasy-client-jetty
      • resteasy-client-api

      The result is:
      'dependencies.dependency.version' for org.jboss.resteasy:resteasy-client-microprofile:jar is missing.

      Attachments

        Activity

          People

            rsearls r searls
            svenhaag Sven Haag (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: