ソースを参照

maven tomcat 排除

hubin 1 年間 前
コミット
00e2b86266
1 ファイル変更6 行追加0 行削除
  1. 6 0
      aizuda-service-parent/pom.xml

+ 6 - 0
aizuda-service-parent/pom.xml

@@ -13,6 +13,12 @@
         <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>