From 11d83cdce1efa767f01412dbe7ded337a530f88a Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 13 Jun 2014 09:43:32 -0500 Subject: [PATCH] SEC-2651: Fix hellojs-jc after Thymeleaf Spring 4 changes --- .../security/samples/mvc/config/CustomMvcConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/hellojs-jc/src/main/java/org/springframework/security/samples/mvc/config/CustomMvcConfig.java b/samples/hellojs-jc/src/main/java/org/springframework/security/samples/mvc/config/CustomMvcConfig.java index 7ec97f157a..626668a313 100644 --- a/samples/hellojs-jc/src/main/java/org/springframework/security/samples/mvc/config/CustomMvcConfig.java +++ b/samples/hellojs-jc/src/main/java/org/springframework/security/samples/mvc/config/CustomMvcConfig.java @@ -18,8 +18,8 @@ package org.springframework.security.samples.mvc.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.core.Ordered; -import org.thymeleaf.spring3.SpringTemplateEngine; -import org.thymeleaf.spring3.view.ThymeleafViewResolver; +import org.thymeleaf.spring4.SpringTemplateEngine; +import org.thymeleaf.spring4.view.ThymeleafViewResolver; /** * Disable tiles so that we can provide our custom view without being decorated.