RHBQ 2.2.5 CR3 maven repo zip is missing some artifacts referenced from supported extensions
Acceptance pipeline jobs are failing because the applications can't be compiled
One can see errors with messages like io.smallrye.common:smallrye-common-bom:pom:1.6.0.redhat-00008 was not found or Could not find artifact io.vertx:vertx-dependencies:pom:4.1.3.redhat-00001
These failure are related to QUARKUS-1701 changes.
Resolving QUARKUS-1701 doesn't only mean to exclude the deps, but also to make sure the old dependencies are not used.
Seems the faster and less risky is undoing QUARKUS-1701 changes.
- is caused by
-
QUARKUS-1701 Duplicated dependencies for RHBQ 2.2.5
- Closed