Can't find io.jsonwebtoken.impl.DefaultJwtBuilder when starting project in a docker container – CentOS
When starting my Quarkus project locally with mvn quarkus:dev I have no errors when executing a function which utilizes JJWT. However when I export my project into a docker container it gives me an error stating that it can't find…