File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
java/org/springframework/security/samples/mvc/config Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ext.seleniumVersion = '2.33.0'
27
27
ext. groovyVersion = ' 2.0.5'
28
28
ext. spockVersion = ' 0.7-groovy-2.0'
29
29
ext. gebVersion = ' 0.9.0'
30
- ext. thymeleafVersion = ' 2.1.2 .RELEASE'
30
+ ext. thymeleafVersion = ' 2.1.3 .RELEASE'
31
31
32
32
ext. spockDependencies = [
33
33
dependencies. create(" org.spockframework:spock-spring:$spockVersion " ) {
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ dependencies {
19
19
" org.springframework:spring-instrument:$springVersion " ,
20
20
" org.springframework:spring-core:$springVersion " ,
21
21
" org.springframework:spring-aspects:$springVersion " ,
22
- " org.thymeleaf:thymeleaf-spring3 :$thymeleafVersion " ,
23
- " org.thymeleaf.extras:thymeleaf-extras-tiles2:2.1.0 .RELEASE"
22
+ " org.thymeleaf:thymeleaf-spring4 :$thymeleafVersion " ,
23
+ " org.thymeleaf.extras:thymeleaf-extras-tiles2-spring4 :2.1.1 .RELEASE"
24
24
compile(' org.hibernate:hibernate-entitymanager:3.6.10.Final' ) {
25
25
exclude group :' javassist' , module : ' javassist'
26
26
}
Original file line number Diff line number Diff line change 177
177
</dependency >
178
178
<dependency >
179
179
<groupId >org.thymeleaf.extras</groupId >
180
- <artifactId >thymeleaf-extras-tiles2</artifactId >
181
- <version >2.1.0 .RELEASE</version >
180
+ <artifactId >thymeleaf-extras-tiles2-spring4 </artifactId >
181
+ <version >2.1.1 .RELEASE</version >
182
182
<scope >compile</scope >
183
183
</dependency >
184
184
<dependency >
185
185
<groupId >org.thymeleaf</groupId >
186
- <artifactId >thymeleaf-spring3 </artifactId >
187
- <version >2.1.2 .RELEASE</version >
186
+ <artifactId >thymeleaf-spring4 </artifactId >
187
+ <version >2.1.3 .RELEASE</version >
188
188
<scope >compile</scope >
189
189
</dependency >
190
190
<dependency >
Original file line number Diff line number Diff line change 11
11
import org .springframework .web .servlet .config .annotation .ViewControllerRegistry ;
12
12
import org .springframework .web .servlet .config .annotation .WebMvcConfigurerAdapter ;
13
13
import org .thymeleaf .extras .tiles2 .dialect .TilesDialect ;
14
- import org .thymeleaf .extras .tiles2 .spring .web .configurer .ThymeleafTilesConfigurer ;
15
- import org .thymeleaf .extras .tiles2 .spring .web .view .ThymeleafTilesView ;
16
- import org .thymeleaf .spring3 .SpringTemplateEngine ;
17
- import org .thymeleaf .spring3 .view .ThymeleafViewResolver ;
14
+ import org .thymeleaf .extras .tiles2 .spring4 .web .configurer .ThymeleafTilesConfigurer ;
15
+ import org .thymeleaf .extras .tiles2 .spring4 .web .view .ThymeleafTilesView ;
16
+ import org .thymeleaf .spring4 .SpringTemplateEngine ;
17
+ import org .thymeleaf .spring4 .view .ThymeleafViewResolver ;
18
18
import org .thymeleaf .templateresolver .ClassLoaderTemplateResolver ;
19
19
20
20
@ EnableWebMvc
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-spring3 -3.dtd">
1
+ <!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-spring4 -3.dtd">
2
2
< html xmlns ="http://www.w3.org/1999/xhtml "
3
3
xmlns:th ="http://www.thymeleaf.org "
4
4
xmlns:tiles ="http://www.thymeleaf.org ">
You can’t perform that action at this time.
0 commit comments