|
15 | 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
16 | 16 | <start-class>org.mvnsearch.ThymeLeafDemoApplication</start-class>
|
17 | 17 | <java.version>1.8</java.version>
|
18 |
| - <spring.version>4.2.3.RELEASE</spring.version> |
19 |
| - <spring-boot.version>1.3.0.RELEASE</spring-boot.version> |
| 18 | + <spring.version>4.2.6.RELEASE</spring.version> |
| 19 | + <spring-boot.version>1.3.4.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.springframework.boot</groupId> |
33 |
| - <artifactId>spring-boot-starter-thymeleaf</artifactId> |
| 32 | + <groupId>org.thymeleaf</groupId> |
| 33 | + <artifactId>thymeleaf</artifactId> |
| 34 | + <version>3.0.0.RELEASE</version> |
34 | 35 | </dependency>
|
35 | 36 | <dependency>
|
36 |
| - <groupId>org.springframework.boot</groupId> |
37 |
| - <artifactId>spring-boot-actuator</artifactId> |
| 37 | + <groupId>org.thymeleaf</groupId> |
| 38 | + <artifactId>thymeleaf-spring4</artifactId> |
| 39 | + <version>3.0.0.RELEASE</version> |
38 | 40 | </dependency>
|
39 | 41 | <dependency>
|
40 |
| - <groupId>io.dropwizard.metrics</groupId> |
41 |
| - <artifactId>metrics-core</artifactId> |
| 42 | + <groupId>org.thymeleaf.extras</groupId> |
| 43 | + <artifactId>thymeleaf-extras-springsecurity4</artifactId> |
| 44 | + <version>3.0.0.RELEASE</version> |
| 45 | + <optional>true</optional> |
42 | 46 | </dependency>
|
43 | 47 | <dependency>
|
44 |
| - <groupId>org.apache.httpcomponents</groupId> |
45 |
| - <artifactId>httpclient</artifactId> |
| 48 | + <groupId>org.springframework.boot</groupId> |
| 49 | + <artifactId>spring-boot-starter-thymeleaf3</artifactId> |
| 50 | + <version>1.0.0-SNAPSHOT</version> |
46 | 51 | </dependency>
|
47 | 52 | <dependency>
|
48 |
| - <groupId>org.apache.httpcomponents</groupId> |
49 |
| - <artifactId>httpcore</artifactId> |
| 53 | + <groupId>org.springframework.boot</groupId> |
| 54 | + <artifactId>spring-boot-actuator</artifactId> |
50 | 55 | </dependency>
|
51 | 56 | <dependency>
|
52 |
| - <groupId>org.springframework.boot</groupId> |
53 |
| - <artifactId>spring-boot-devtools</artifactId> |
| 57 | + <groupId>io.dropwizard.metrics</groupId> |
| 58 | + <artifactId>metrics-core</artifactId> |
54 | 59 | </dependency>
|
55 | 60 | <dependency>
|
56 | 61 | <groupId>org.springframework.boot</groupId>
|
|
0 commit comments