deason 6 anni fa
parent
commit
2a35830917
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -117,6 +117,12 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-freemarker</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-tomcat</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>