|
16 | 16 | <start-class>org.mvnsearch.ThymeLeafDemoApplication</start-class>
|
17 | 17 | <java.version>1.8</java.version>
|
18 | 18 | <spring.version>4.2.6.RELEASE</spring.version>
|
19 |
| - <spring-boot.version>1.3.4.RELEASE</spring-boot.version> |
| 19 | + <spring-boot.version>1.3.5.RELEASE</spring-boot.version> |
20 | 20 | </properties>
|
21 | 21 |
|
22 | 22 | <dependencies>
|
|
29 | 29 | <artifactId>spring-boot-starter-web</artifactId>
|
30 | 30 | </dependency>
|
31 | 31 | <dependency>
|
32 |
| - <groupId>org.thymeleaf</groupId> |
33 |
| - <artifactId>thymeleaf</artifactId> |
34 |
| - <version>3.0.0.RELEASE</version> |
35 |
| - </dependency> |
36 |
| - <dependency> |
37 |
| - <groupId>org.thymeleaf</groupId> |
38 |
| - <artifactId>thymeleaf-spring4</artifactId> |
39 |
| - <version>3.0.0.RELEASE</version> |
40 |
| - </dependency> |
41 |
| - <dependency> |
42 |
| - <groupId>org.thymeleaf.extras</groupId> |
43 |
| - <artifactId>thymeleaf-extras-springsecurity4</artifactId> |
44 |
| - <version>3.0.0.RELEASE</version> |
45 |
| - <optional>true</optional> |
| 32 | + <groupId>org.springframework.boot</groupId> |
| 33 | + <artifactId>spring-boot-starter-thymeleaf</artifactId> |
46 | 34 | </dependency>
|
47 | 35 | <dependency>
|
48 |
| - <groupId>org.springframework.boot</groupId> |
49 |
| - <artifactId>spring-boot-starter-thymeleaf3</artifactId> |
50 |
| - <version>1.0.0-SNAPSHOT</version> |
| 36 | + <groupId>nz.net.ultraq.thymeleaf</groupId> |
| 37 | + <artifactId>thymeleaf-layout-dialect</artifactId> |
51 | 38 | </dependency>
|
52 | 39 | <dependency>
|
53 | 40 | <groupId>org.springframework.boot</groupId>
|
|
107 | 94 | <plugin>
|
108 | 95 | <groupId>pl.project13.maven</groupId>
|
109 | 96 | <artifactId>git-commit-id-plugin</artifactId>
|
110 |
| - <version>2.2.0</version> |
| 97 | + <version>2.2.1</version> |
111 | 98 | <executions>
|
112 | 99 | <execution>
|
113 | 100 | <goals>
|
|
0 commit comments