Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-14918

wildfly-jms-client-bom-24.0.0 uses a snapshot version of wildfly-client-properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 24.0.0.Final
    • 24.0.0.Final
    • BOM
    • None
    • Undefined

      The BOM for version 24.0.0.Final uses version 24.0.0.Final-SNAPSHOT for the client-properties

      <version.org.wildfly.wildfly-client-properties>24.0.0.Final-SNAPSHOT</version.org.wildfly.wildfly-client-properties>

       

      A workaround is to force the correct version of wildfly-client-properties to 24.0.0.Final, in maven:

       

      <dependencyManagement>
      <dependencies> <dependency>
      <groupId>org.wildfly</groupId>
      <artifactId>wildfly-client-properties</artifactId>
      <version>24.0.0.Final</version>
      </dependency>
      </dependencies>
      </dependencyManagement>

       

       

      See:

      https://repo1.maven.org/maven2/org/wildfly/wildfly-jms-client-bom/24.0.0.Final/wildfly-jms-client-bom-24.0.0.Final.pom

              emartins@redhat.com Eduardo Martins
              guillaume.toison@tobam.fr Guillaume Toison (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: