gitgabrio commented on PR #6882: URL: https://github.com/apache/incubator-kie/pull/6882#issuecomment-5213839043
@yesamer You should have noticed that every time we need to modify quarkus dependencies, the changes need to be duplicated in `kogito-quarkus-bom` and `kie-quarkus-build-parent`. With the exclusion of optaplanner, the reason for that is because 1. `drools-quarkus-extension` is a quarkus project 2. before the monorepo merging, there was not any reference to `quarkus` inside the drools repo 3. no-one had time to move `drools-quarkus-extension` inside kogito-runtimes Now, anyway, it would be possible to: 1. move `drools-quarkus-extension` under `kogito-quarkus` 2. change its parent to `kogito-quarkus-bom` 3. remove completely `kie-quarkus-build-parent` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
