Consistently use double quotes (even if no interpolation needed)

This commit is contained in:
Juergen Hoeller
2018-08-16 15:53:37 +02:00
parent f532de5a8a
commit fb083a3776
8 changed files with 67 additions and 68 deletions

View File

@@ -11,7 +11,7 @@ dependencies {
compile(project(":spring-aop"))
compile(project(":spring-beans"))
compile(project(":spring-context"))
compile(project(':spring-core'))
compile(project(":spring-core"))
compile(project(":spring-expression"))
compile(project(":spring-web"))
optional(project(":spring-context-support")) // for FreeMarker support
@@ -20,7 +20,7 @@ dependencies {
optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1")
optional("javax.el:javax.el-api:3.0.1-b04")
optional("javax.xml.bind:jaxb-api:2.3.0")
optional('org.webjars:webjars-locator-core:0.35')
optional("org.webjars:webjars-locator-core:0.35")
optional("com.rometools:rome:1.9.0")
optional("com.github.librepdf:openpdf:1.0.5")
optional("org.apache.poi:poi-ooxml:3.17")