-
Bug
-
Resolution: Done
-
Minor
-
24.0.0.Final
-
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: