-
Task
-
Resolution: Done
-
Minor
-
None
-
None
We don't want to depend on the old elytron uber-jar, so ban it. We currently pull it in via:
[ERROR] org.wildfly:wildfly-picketlink:jar:36.0.0.Beta1-SNAPSHOT [ERROR] org.keycloak:keycloak-saml-wildfly-subsystem:jar:18.0.2 [ERROR] org.keycloak:keycloak-saml-wildfly-elytron-adapter:jar:18.0.2 [ERROR] org.wildfly.security:wildfly-elytron:jar:2.6.0.Final <--- banned via the exclude/include list
We don't actually use that; all that's needed from that tree is org.keycloak:keycloak-saml-wildfly-subsystem:jar:18.0.2.
This ban is minor; it's primarily a bit of code hardening.