THALES GROUP LIMITED DISTRIBUTION to email recipients
Hello everyone,
For one TomEE 8.0.16 application, I use the JWTAuthContextInfo class.
So in my pom I have:
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>mp-jwt</artifactId>
<version>7.1.4</version>
<scope>provided</scope>
</dependency>
and I was able to compile my application
If I change the version to 8.0.x even 9.1.3, it doesn't compile.
Any idea ? what is the update I have to do ?
If I switch to TomEE 9.1.3, I should use smallrye then, right?
import io.smallrye.jwt.auth.principal.JWTAuthContextInfo
What dependency I have to have in my pom?
Thanks in advance for your support.
Best Regards.