ContributionsMost RecentMost LikesSolutionsbearer-authentication Coompilation Error Hi, i try to implement the Bearer Authentication as described here https://swagger.io/docs/specification/authentication/bearer-authentication/ But when i add the SecurityScheme (line 5-10 in the code Example) and try to run my application, i got a Compilation failure in the auto generated Quarkus Code called "....package io.quarkus.oidc.client.filter does not exist" It makes no sense but i can't find the issue.