Re: pom content for TomEE 8.0.16 and TomEE 9.1.3
Richard Zowalla <[email protected]> Mon, 3 Jun 2024 10:47:19 +0200
| Newsgroups | gmane.comp.java.openejb.user |
|---|---|
| Message-ID | <B12D5D3F-7899-4EF0-B231-A10DE1D5BCAD__38261.6651988187$1717404488$gmane$org@apache.org> |
-> https://github.com/apache/tomee/commit/ccfc34096e6f0b8ca1c5d1c3f8dc4b7dc8c9183e It was renamed. TomEE 9+ uses our own MP compliant JWT implementation, which still resides in mp-jwt. > Am 31.05.2024 um 11:11 schrieb COURTAULT Francois <[email protected]>: > > 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. > > >