Skip to content

Commit 64795cd

Browse files
authored
Merge pull request #1163 from bkoehm/bkoehm.7.0.x.casdoc
remove references to Grails 3 from CAS plugin documentation
2 parents 3987890 + 46a1d8c commit 64795cd

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

plugin-cas/docs/src/docs/usage.adoc

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ https://www.jasig.org/cas[CAS] is a popular single sign-on implementation. It's
3131

3232
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:
3333

34-
If you are using 3.3.x use:
35-
3634
[source,groovy]
3735
[subs="attributes"]
3836
.build.gradle
@@ -43,21 +41,6 @@ dependencies {
4341
...
4442
----
4543

46-
If you are using Grails 3.0.x 3.1.x or 3.2.x use:
47-
48-
[source,groovy]
49-
[subs="attributes"]
50-
.build.gradle
51-
----
52-
dependencies {
53-
...
54-
implementation 'org.apache.grails:grails-spring-security-cas:{threeZeroXProjectVersion}'
55-
...
56-
----
57-
58-
59-
60-
6144
then configure any required parameters and whatever optional parameters you want in application.yml or application.groovy. These are described in detail in the <<configuration>> section but typically you only need to set these properties:
6245

6346
[source,yaml]

0 commit comments

Comments
 (0)