Leonardo Vannucci
2018-09-19 c4cb974be197acfe06dc06359c25d04611fa47f2
dg1cloud-core/pom.xml
....@@ -63,7 +63,10 @@
6363 <groupId>org.springframework.boot</groupId>
6464 <artifactId>spring-boot-starter-thymeleaf</artifactId>
6565 </dependency>
66
-
66
+ <dependency>
67
+ <groupId>org.springframework.boot</groupId>
68
+ <artifactId>spring-boot-starter-actuator</artifactId>
69
+ </dependency>
6770 <dependency>
6871 <groupId>org.springframework.boot</groupId>
6972 <artifactId>spring-boot-configuration-processor</artifactId>
....@@ -81,6 +84,12 @@
8184 <dependency>
8285 <groupId>org.springframework.ws</groupId>
8386 <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>
8493 </dependency>
8594
8695 <dependency>
....@@ -126,7 +135,6 @@
126135 <artifactId>jquery</artifactId>
127136 <version>3.2.1</version>
128137 </dependency>
129
-
130138 </dependencies>
131139
132140 <build>