From 46a1d8c02e72a2f2ddcb1a0cd6e04989c18c5615 Mon Sep 17 00:00:00 2001 From: Brian Koehmstedt <1261658+bkoehm@users.noreply.github.com> Date: Tue, 9 Sep 2025 06:47:28 -0700 Subject: [PATCH] remove references to Grails 3 from CAS plugin documentation --- plugin-cas/docs/src/docs/usage.adoc | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/plugin-cas/docs/src/docs/usage.adoc b/plugin-cas/docs/src/docs/usage.adoc index 7ea259009..d67f2ed94 100644 --- a/plugin-cas/docs/src/docs/usage.adoc +++ b/plugin-cas/docs/src/docs/usage.adoc @@ -31,8 +31,6 @@ https://www.jasig.org/cas[CAS] is a popular single sign-on implementation. It's There isn't much that you need to do in your application to be a CAS client. Add a dependency in `build.gradle` for this plugin: -If you are using 3.3.x use: - [source,groovy] [subs="attributes"] .build.gradle @@ -43,21 +41,6 @@ dependencies { ... ---- -If you are using Grails 3.0.x 3.1.x or 3.2.x use: - -[source,groovy] -[subs="attributes"] -.build.gradle ----- -dependencies { - ... - implementation 'org.apache.grails:grails-spring-security-cas:{threeZeroXProjectVersion}' - ... ----- - - - - then configure any required parameters and whatever optional parameters you want in application.yml or application.groovy. These are described in detail in the <> section but typically you only need to set these properties: [source,yaml]