Upgrade to Groovy 3.0.3 (with FindBugs workaround for groovy-templates)
Closes gh-24215
This commit is contained in:
@@ -10,6 +10,7 @@ dependencies {
|
||||
compile(project(":spring-expression"))
|
||||
compile(project(":spring-web"))
|
||||
compileOnly("javax.servlet:javax.servlet-api")
|
||||
compileOnly("com.google.code.findbugs:findbugs") // for groovy-templates
|
||||
optional(project(":spring-context-support")) // for FreeMarker support
|
||||
optional(project(":spring-oxm"))
|
||||
optional("javax.servlet.jsp:javax.servlet.jsp-api")
|
||||
|
||||
Reference in New Issue
Block a user