]
Radoslav Husar updated WFLY-13268:
----------------------------------
Priority: Critical (was: Major)
MicroProfile quickstarts cannot resolve dependencies with
wildlfy-microprofile BOM
----------------------------------------------------------------------------------
Key: WFLY-13268
URL:
https://issues.redhat.com/browse/WFLY-13268
Project: WildFly
Issue Type: Bug
Components: BOM, MP Config, MP Fault Tolerance, Quickstarts
Affects Versions: 19.0.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Critical
Fix For: 19.0.1.Final, 20.0.0.Beta1
[~tterem] discovered that if QS guides are followed from their READMEs, they wont be able
to resolve some dependencies. This is because we switched last minute to microprofile BOM
which does not contain commmong dependencies.
For example, the microprofile-config QS will fails with
{code}
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ line
45, column 25
[ERROR] 'dependencies.dependency.version' for
org.jboss.arquillian.junit:arquillian-junit-container:jar is missing. @ line 52, column
25
[ERROR] 'dependencies.dependency.version' for
org.jboss.resteasy:resteasy-client:jar is missing. @ line 57, column 25
[ERROR] 'dependencies.dependency.version' for
org.jboss.logging:commons-logging-jboss-logging:jar is missing. @ line 62, column 25
{code}
We need to either continue the disucssion what needs to be in the microprofile BOM or
import the other BOM into QS-s.