Skip to content

Commit 2c7352c

Browse files
committed
minor update
1 parent d770a87 commit 2c7352c

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

pom.xml

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<start-class>org.mvnsearch.ThymeLeafDemoApplication</start-class>
1717
<java.version>1.8</java.version>
1818
<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>
2020
</properties>
2121

2222
<dependencies>
@@ -29,25 +29,12 @@
2929
<artifactId>spring-boot-starter-web</artifactId>
3030
</dependency>
3131
<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>
4634
</dependency>
4735
<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>
5138
</dependency>
5239
<dependency>
5340
<groupId>org.springframework.boot</groupId>
@@ -107,7 +94,7 @@
10794
<plugin>
10895
<groupId>pl.project13.maven</groupId>
10996
<artifactId>git-commit-id-plugin</artifactId>
110-
<version>2.2.0</version>
97+
<version>2.2.1</version>
11198
<executions>
11299
<execution>
113100
<goals>

0 commit comments

Comments
 (0)