-
Task
-
Resolution: Done
-
Major
-
None
-
None
Fix failures with running the ts.bootable.preview testsuite profile by working around WFLY-20965.
CI jobs with that profile currently fail like this:
[15:14:18][Step 2/3] [ERROR] The build could not read 1 project -> [Help 1] [15:14:18][Step 2/3] [ERROR] [15:14:18][Step 2/3] [ERROR] The project org.wildfly:wildfly-ts-preview-basic:38.0.0.Beta1-SNAPSHOT (/opt/buildAgent/work/a2ee6b14096e9408/testsuite/preview/basic/pom.xml) has 1 error [15:14:18][Step 2/3] [ERROR] 'dependencies.dependency.version' for io.vertx:vertx-core:jar is missing. @ line 133, column 21
This is because io.vertx:vertx-core is an "expansion" artifact and thus isn't visible in the preview-ee bom used by testsuite/preview/basic.
The proper fix is to move the tests that need it, but that's a bigger job covered by WFLY-20965.