diff --git a/docs/modules/ROOT/pages/servlet/saml2/opensaml.adoc b/docs/modules/ROOT/pages/servlet/saml2/opensaml.adoc index ba3260ff5dc..9ffdac62d06 100644 --- a/docs/modules/ROOT/pages/servlet/saml2/opensaml.adoc +++ b/docs/modules/ROOT/pages/servlet/saml2/opensaml.adoc @@ -25,33 +25,6 @@ Maven:: + [source,maven,role="primary"] ---- - - - - org.opensaml - opensaml-core-api - 5.1.2 - - - org.opensaml - opensaml-core-impl - 5.1.2 - - - org.opensaml - opensaml-saml-api - 5.1.2 - - - org.opensaml - opensaml-saml-impl - 5.1.2 - - - - -// ... - org.springframework.security @@ -59,10 +32,20 @@ Maven:: org.opensaml - opensaml-core + * + + org.opensaml + opensaml-saml-api + 5.1.2 + + + org.opensaml + opensaml-saml-impl + 5.1.2 + ----