This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit fca6d1976d7df0ea7bae528f8c3be42a8a01ef7a Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Wed Jul 8 10:24:16 2026 +0100 Jakarta -> javax --- .../cxf/rs/security/oauth2/grants/jwt/JwtBearerGrantHandlerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/jwt/JwtBearerGrantHandlerTest.java b/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/jwt/JwtBearerGrantHandlerTest.java index 2e0b41c43c5..a7ef5c0a53c 100644 --- a/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/jwt/JwtBearerGrantHandlerTest.java +++ b/rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/jwt/JwtBearerGrantHandlerTest.java @@ -20,7 +20,7 @@ package org.apache.cxf.rs.security.oauth2.grants.jwt; import java.lang.reflect.Field; -import jakarta.ws.rs.core.MultivaluedMap; +import javax.ws.rs.core.MultivaluedMap; import org.apache.cxf.jaxrs.impl.MetadataMap; import org.apache.cxf.message.Message; import org.apache.cxf.message.MessageImpl; @@ -131,4 +131,4 @@ public class JwtBearerGrantHandlerTest { tl.set(message); } } -} \ No newline at end of file +}
