Consistently use double quotes (even if no interpolation needed)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user