Skip to content

Commit

Permalink
Revert security plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-brinkman committed Nov 1, 2023
1 parent 269a6f1 commit 56cf4e1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ apply from: "${project.projectDir}/gradle/publish.gradle"
repositories {
mavenLocal()
//for missing jai_core.jar
//maven { url "https://mvnrepository.com" }
//maven { url "https://mvnrepository.com" }
maven { url "https://repo.osgeo.org/repository/release/" }
maven { url "https://repo.grails.org/grails/core" }
maven { url = uri("https://maven.pkg.github.com/atlasoflivingaustralia/ecodata-client-plugin")
Expand Down Expand Up @@ -129,15 +129,14 @@ dependencies {
implementation 'org.apache.poi:poi-ooxml-schemas:4.1.2'

implementation "org.grails.plugins:ala-admin-plugin:2.3.0"
implementation ("org.grails.plugins:ala-auth:$alaSecurityLibsVersion")
implementation ("org.grails.plugins:ala-ws-plugin:$alaSecurityLibsVersion")
implementation "org.grails.plugins:ala-ws-security-plugin:$alaSecurityLibsVersion"
implementation "au.org.ala:userdetails-service-client:$alaSecurityLibsVersion"
implementation ("org.grails.plugins:ala-auth:5.1.1")
implementation "org.grails.plugins:ala-ws-security-plugin:4.1.2"
runtimeOnly "org.grails.plugins:ala-bootstrap3:4.2.0"

// swagger API
implementation 'au.org.ala.plugins:openapi:1.1.0'

implementation "au.org.ala:userdetails-service-client:1.5.0"
implementation "org.codehaus.groovy.modules.http-builder:http-builder:0.7.1"
implementation 'au.org.ala:ala-cas-client:2.5'
runtimeOnly("org.springframework.boot:spring-boot-properties-migrator")
Expand Down

0 comments on commit 56cf4e1

Please sign in to comment.