jdaugherty commented on code in PR #1143:
URL:
https://github.com/apache/grails-spring-security/pull/1143#discussion_r2219779882
##########
plugin-cas/examples/spring-security-cas-test1/build.gradle:
##########
@@ -18,36 +18,18 @@
*/
plugins {
- id 'org.apache.grails.gradle.grails-web'
id 'cloud.wondrify.asset-pipeline'
}
group = 'spring.security.cas'
+apply from:
rootProject.layout.projectDirectory.file('gradle/grails-web-app-config.gradle')
dependencies {
-
- implementation platform("org.apache.grails:grails-bom:$grailsVersion")
implementation project(':cas-plugin')
- implementation 'org.apache.grails:grails-core'
- implementation 'org.apache.grails:grails-rest-transforms'
- implementation 'org.apache.grails:grails-web-boot'
- implementation 'org.apache.grails:grails-gsp'
- // 3rd party client-side assets bundled in webjars
+ // TODO: Switch to the same version of bootstrap across all security
projects
Review Comment:
We are horribly out of date with our jquery, bootstrap, and datatable
libraries. This is https://github.com/apache/grails-spring-security/issues/1142
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]