Allow to use Jackson dependency with provided scope #661
Labels
added to backlog
The issue was added to backlog
area:client
This item is related to the client extension
good first issue
Good for newcomers
pinned
Issues and PRs that must not stale
I use the
quarkus-openapi-generator
in a Keycloak extension. Currently, it is not possible to include thequarkus-rest-client-reactive-jackson
dependency without resulting in conflicts. So, I set this dependency toprovided
and included the dependency in the Keycloak runtime. It is more of a workaround for keycloak/keycloak#25589 and keycloak/keycloak#20926.Even without this issue, it could help write extensions where the Quarkus runtime already provides the required dependencies. Of course, for standalone applications, this provides no additional benefit.
Originally posted by @koplas in #618 (reply in thread)
The text was updated successfully, but these errors were encountered: