i wish to disable the auth server when running in dev mode, which I am able to do so with %dev.quarkus.oidc.enabled=false . But it causes an exception given below. I had pulled the code from https://github.com/quarkusio/quarkus-quickstarts/tree/master/security-openid-connect-web-authentication-quickstart and made the change of oidc.enabled=false in app.properties. Anyone knows what I am doing wrong?
Caused by: javax.enterprise.inject.spi.DeploymentException: javax.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type org.eclipse.microprofile.jwt.JsonWebToken and qualifiers [@Default] - java member: com.xxx.UserProfileEndpoint#jwt - declared on CLASS bean [types=[com.xxx.UserProfileEndpoint, java.lang.Object], qualifiers=[@Default, @Any], target=com.xxxx.UserProfileEndpoint]