-
Bug
-
Resolution: Done
-
Critical
-
19.0.0.Final
-
None
tterem@redhat.com discovered that MP FT QS guide is followed from its README, it wont be able to resolve some dependencies. This is because we switched last minute to microprofile BOM which does not contain common dependencies.
For example, the microprofile-fault-tolerance QS will fails with
[ERROR] The project org.wildfly.quickstart.microprofile.faulttolerance:microprofile-fault-tolerance:1.0-SNAPSHOT (/Users/rhusar/Desktop/REAL_QS/microprofile-fault-tolerance/pom.xml) has 2 errors [ERROR] 'dependencies.dependency.version' for org.jboss.resteasy:resteasy-jaxrs:jar is missing. @ line 34, column 21 [ERROR] 'dependencies.dependency.version' for org.jboss.logging:jboss-logging:jar is missing. @ line 39, column 21
We need to either continue the disucssion what needs to be in the microprofile BOM or import the other BOM into QS-s.