Quarkus extension conditional dependencies #15844
Labels
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/gradle
Gradle
area/maven
kind/enhancement
New feature or request
Description
It becomes more and more evident that the dependency resolution mechanism is lacking a feature of including certain extra dependencies only in cases when all their required dependencies are satisfied and not including them if at least one of their dependencies isn't found among the project's dependencies.
Given that Quarkus Maven and Gradle plugins use different (build system-specific) dependency resolver implementations, this issue will be split into the following subtasks:
The text was updated successfully, but these errors were encountered: