Przeglądaj źródła

Switch naar Undertow

Harry de Boer 6 lat temu
rodzic
commit
115c039984
1 zmienionych plików z 10 dodań i 0 usunięć
  1. 10 0
      pom.xml

+ 10 - 0
pom.xml

@@ -18,6 +18,16 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-tomcat</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-undertow</artifactId>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>