We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
grailsCacheVersion
1 parent a5529cd commit fdb69dcCopy full SHA for fdb69dc
2 files changed
gradle.properties
@@ -2,9 +2,6 @@ projectVersion=7.0.0-SNAPSHOT
2
grailsVersion=7.0.0-SNAPSHOT
3
javaVersion=17
4
5
-# Temporary version property until it can be resolved via grails-bom
6
-grailsCacheVersion=8.0.0-SNAPSHOT
7
-
8
apacheDsVersion=1.5.4
9
asciidoctorGradlePluginVersion=4.0.4
10
casClientCoreVersion=4.0.4
plugin-rest/spring-security-rest-grailscache/build.gradle
@@ -18,8 +18,7 @@ ext {
18
19
dependencies {
20
21
- api "org.apache.grails:grails-cache:$grailsCacheVersion", {
22
- // TODO: For some reason, this version is not being resolved via grails-bom
+ api 'org.apache.grails:grails-cache', {
23
// api: GrailsCacheManager
24
}
25
api 'org.springframework:spring-context', {
0 commit comments