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 @@