We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11d0aa commit 4fbce9dCopy full SHA for 4fbce9d
build.gradle
@@ -405,8 +405,6 @@ subprojects { subproject ->
405
testImplementation "org.junit.platform:junit-platform-runner"
406
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
407
408
- //compileOnly "com.github.spotbugs:spotbugs-annotations"
409
-
410
if (subproject.name != "grails-docs") {
411
// Logging
412
api "org.slf4j:slf4j-api"
grails-web-common/build.gradle
@@ -13,5 +13,4 @@ dependencies {
13
api "org.springframework:spring-webmvc"
14
api "org.springframework:spring-context-support"
15
implementation "com.github.ben-manes.caffeine:caffeine"
16
17
}
0 commit comments