From c4cb974be197acfe06dc06359c25d04611fa47f2 Mon Sep 17 00:00:00 2001 From: Leonardo Vannucci <leonardo.vannucci@grupposistematica.it> Date: Wed, 19 Sep 2018 12:33:21 +0200 Subject: [PATCH] Aggiunti campi nome e cognome, gestito limite allegati --- dg1cloud-core/pom.xml | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dg1cloud-core/pom.xml b/dg1cloud-core/pom.xml index 68a9c00..8040739 100644 --- a/dg1cloud-core/pom.xml +++ b/dg1cloud-core/pom.xml @@ -63,7 +63,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> - + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-actuator</artifactId> + </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> @@ -81,6 +84,12 @@ <dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-ws-security</artifactId> + <exclusions> + <exclusion> + <groupId>org.apache.geronimo.javamail</groupId> + <artifactId>geronimo-javamail_1.4_mail</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> @@ -126,7 +135,6 @@ <artifactId>jquery</artifactId> <version>3.2.1</version> </dependency> - </dependencies> <build> -- Gitblit v1.6.2