-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
False
-
False
-
After adding some more exclusions for Spring Boot artifacts[1] they end up disappearing from the generated BOM as expected, but our QE reported that they still end up in the maven repository[2].
I guess this may be because the Kogito BOM is an input to the BOM generator and they are determined by PNC to be dependencies and thus end up in the maven repository.
I am wondering if there is a solution here beyond just adding them to a list in the bacon config, something like:
repositoryGeneration: excludeArtifacts: - 'org.kie.kogito:.*spring-boot.*:.*' - 'org.kie.kogito:.*springboot.*:.*'
I haven't tested the above exclusion patterns (yet), but you get the idea (and yes we have both spring-boot and springboot artifacts ).
[1] https://code.engineering.redhat.com/gerrit/plugins/gitiles/quarkusio/quarkus-platform/+/refs/changes/23/289123/14/pom.xml#436
[2] https://download.eng.bos.redhat.com/rcm-guest/staging/quarkus/Members/Kogito/quarkus-2.2.3.DR1/
- blocks
-
RHPAM-4034 Quarkus Platform repository zip contains Spring Boot related artifacts
- Closed