| .. | .. |
|---|
| 63 | 63 | <groupId>org.springframework.boot</groupId> |
|---|
| 64 | 64 | <artifactId>spring-boot-starter-thymeleaf</artifactId> |
|---|
| 65 | 65 | </dependency> |
|---|
| 66 | | - |
|---|
| 66 | + <dependency> |
|---|
| 67 | + <groupId>org.springframework.boot</groupId> |
|---|
| 68 | + <artifactId>spring-boot-starter-actuator</artifactId> |
|---|
| 69 | + </dependency> |
|---|
| 67 | 70 | <dependency> |
|---|
| 68 | 71 | <groupId>org.springframework.boot</groupId> |
|---|
| 69 | 72 | <artifactId>spring-boot-configuration-processor</artifactId> |
|---|
| .. | .. |
|---|
| 81 | 84 | <dependency> |
|---|
| 82 | 85 | <groupId>org.springframework.ws</groupId> |
|---|
| 83 | 86 | <artifactId>spring-ws-security</artifactId> |
|---|
| 87 | + <exclusions> |
|---|
| 88 | + <exclusion> |
|---|
| 89 | + <groupId>org.apache.geronimo.javamail</groupId> |
|---|
| 90 | + <artifactId>geronimo-javamail_1.4_mail</artifactId> |
|---|
| 91 | + </exclusion> |
|---|
| 92 | + </exclusions> |
|---|
| 84 | 93 | </dependency> |
|---|
| 85 | 94 | |
|---|
| 86 | 95 | <dependency> |
|---|
| .. | .. |
|---|
| 126 | 135 | <artifactId>jquery</artifactId> |
|---|
| 127 | 136 | <version>3.2.1</version> |
|---|
| 128 | 137 | </dependency> |
|---|
| 129 | | - |
|---|
| 130 | 138 | </dependencies> |
|---|
| 131 | 139 | |
|---|
| 132 | 140 | <build> |
|---|