Skip to content

Commit 3db3b9d

Browse files
authored
Merge pull request #168 from AtlasOfLivingAustralia/develop
Release 2.0.1
2 parents 2d5e162 + a611e0e commit 3db3b9d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins {
3030
}
3131

3232

33-
version "2.0.0"
33+
version "2.0.1-SNAPSHOT"
3434
group "au.org.ala"
3535

3636
apply plugin:"eclipse"
@@ -104,8 +104,8 @@ dependencies {
104104
// Grails plugin dependencies
105105
runtime "org.grails.plugins:ala-bootstrap3:4.1.0", noCache
106106
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
109109
compile "org.grails.plugins:ala-admin-plugin:2.3.0"
110110
//compile 'au.org.ala:userdetails-service-client:1.4.0' // TODO remove this line once updated version is included in ala-auth
111111

grails-app/conf/application.yml

+7
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,13 @@ environments:
247247
myannotation:
248248
enabled: false
249249

250+
webservice:
251+
jwt: true
252+
jwt-scopes: "openid users/read"
253+
254+
userDetails:
255+
url: https://auth-dev.ala.org.au/userdetails/
256+
250257
security:
251258
cas:
252259
enabled: false

0 commit comments

Comments
 (0)