From 0e10b7763cb6e07f4bd078b70e8dc59e00bd597e Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 25 Jan 2017 22:27:51 -0800 Subject: [PATCH] Remove 'thymeleaf-extras-conditionalcomments' dependency Fixes gh-721 --- samples/boot/findbyusername/build.gradle | 1 - .../src/main/resources/templates/index.html | 14 +++++++------- samples/boot/jdbc/build.gradle | 1 - samples/boot/mongo/build.gradle | 1 - samples/boot/redis/build.gradle | 1 - samples/boot/websocket/build.gradle | 1 - 6 files changed, 7 insertions(+), 12 deletions(-) diff --git a/samples/boot/findbyusername/build.gradle b/samples/boot/findbyusername/build.gradle index 9f979cad..11db91ef 100644 --- a/samples/boot/findbyusername/build.gradle +++ b/samples/boot/findbyusername/build.gradle @@ -23,7 +23,6 @@ dependencies { "org.springframework.boot:spring-boot-starter-thymeleaf", "org.springframework.boot:spring-boot-starter-web", "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect", - "org.thymeleaf.extras:thymeleaf-extras-conditionalcomments", "org.webjars:bootstrap:$bootstrapVersion", "org.webjars:html5shiv:$html5ShivVersion", "org.webjars:webjars-locator", diff --git a/samples/boot/findbyusername/src/main/resources/templates/index.html b/samples/boot/findbyusername/src/main/resources/templates/index.html index bdc529a2..5ba3cb76 100644 --- a/samples/boot/findbyusername/src/main/resources/templates/index.html +++ b/samples/boot/findbyusername/src/main/resources/templates/index.html @@ -18,19 +18,19 @@ Information Terminate - - + + - - + + -
- + +
- \ No newline at end of file + diff --git a/samples/boot/jdbc/build.gradle b/samples/boot/jdbc/build.gradle index c621e7fc..3a3611c7 100644 --- a/samples/boot/jdbc/build.gradle +++ b/samples/boot/jdbc/build.gradle @@ -22,7 +22,6 @@ dependencies { "org.springframework.boot:spring-boot-starter-security", "org.springframework.boot:spring-boot-starter-thymeleaf", "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect", - "org.thymeleaf.extras:thymeleaf-extras-conditionalcomments", "org.webjars:bootstrap:$bootstrapVersion", "org.webjars:html5shiv:$html5ShivVersion", "org.webjars:webjars-locator", diff --git a/samples/boot/mongo/build.gradle b/samples/boot/mongo/build.gradle index d978f919..5e6d274d 100644 --- a/samples/boot/mongo/build.gradle +++ b/samples/boot/mongo/build.gradle @@ -22,7 +22,6 @@ dependencies { "org.springframework.boot:spring-boot-starter-security", "org.springframework.boot:spring-boot-starter-thymeleaf", "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect", - "org.thymeleaf.extras:thymeleaf-extras-conditionalcomments", "org.webjars:bootstrap:$bootstrapVersion", "org.webjars:html5shiv:$html5ShivVersion", "org.webjars:webjars-locator", diff --git a/samples/boot/redis/build.gradle b/samples/boot/redis/build.gradle index b1994c9e..526486b3 100644 --- a/samples/boot/redis/build.gradle +++ b/samples/boot/redis/build.gradle @@ -23,7 +23,6 @@ dependencies { "org.springframework.boot:spring-boot-starter-thymeleaf", "org.springframework.boot:spring-boot-starter-web", "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect", - "org.thymeleaf.extras:thymeleaf-extras-conditionalcomments", "org.webjars:bootstrap:$bootstrapVersion", "org.webjars:html5shiv:$html5ShivVersion", "org.webjars:webjars-locator" diff --git a/samples/boot/websocket/build.gradle b/samples/boot/websocket/build.gradle index 15dfc974..9d3df68c 100644 --- a/samples/boot/websocket/build.gradle +++ b/samples/boot/websocket/build.gradle @@ -28,7 +28,6 @@ dependencies { "org.springframework.boot:spring-boot-starter-websocket", "org.springframework:spring-websocket:${springVersion}", "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect", - "org.thymeleaf.extras:thymeleaf-extras-conditionalcomments", "biz.paluch.redis:lettuce:$lettuceVersion", "org.webjars:bootstrap:$bootstrapVersion", "org.webjars:html5shiv:$html5ShivVersion",