File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ plugins {
30
30
}
31
31
32
32
33
- version " 2.0.0 "
33
+ version " 2.0.1-SNAPSHOT "
34
34
group " au.org.ala"
35
35
36
36
apply plugin :" eclipse"
@@ -104,8 +104,8 @@ dependencies {
104
104
// Grails plugin dependencies
105
105
runtime " org.grails.plugins:ala-bootstrap3:4.1.0" , noCache
106
106
compile " org.grails.plugins:ala-ws-security-plugin:4.1.1" , noCache
107
- compile " org.grails.plugins:ala-ws-plugin:3.1.0 " , noCache
108
- compile " org.grails.plugins:ala-auth:5.1.0 " , noCache
107
+ compile " org.grails.plugins:ala-ws-plugin:3.1.1 " , noCache
108
+ compile " org.grails.plugins:ala-auth:5.1.1 " , noCache
109
109
compile " org.grails.plugins:ala-admin-plugin:2.3.0"
110
110
// compile 'au.org.ala:userdetails-service-client:1.4.0' // TODO remove this line once updated version is included in ala-auth
111
111
Original file line number Diff line number Diff line change @@ -247,6 +247,13 @@ environments:
247
247
myannotation :
248
248
enabled : false
249
249
250
+ webservice :
251
+ jwt : true
252
+ jwt-scopes : " openid users/read"
253
+
254
+ userDetails :
255
+ url : https://auth-dev.ala.org.au/userdetails/
256
+
250
257
security :
251
258
cas :
252
259
enabled : false
You can’t perform that action at this time.
0 commit comments