bonampak opened a new pull request, #1415: URL: https://github.com/apache/knox/pull/1415
[KNOX-3469](https://issues.apache.org/jira/browse/KNOX-3469) - Remove redundant org.glassfish:jakarta.json dependency ## What changes were proposed in this pull request? Removed the glassfish dependency from the affected modules. Also removed the redundant inline jakarta.ws.rs-api version in gateway-test (managed centrally). As in gateway-provider-security-pac4j, opensaml-storage-impl would still pull in org.glassfish:jakarta.json, replaced it with parsson. ## How was this patch tested? - Ran mvn clean verify - Built and installed Knox and verified that jakarta.json-2.0.1.jar is not in the dep folder, jakarta.json-api and parsson is. - Verified that admin api topologies call returns valid json response. - Manual SAML login setup with local Keycloak. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
