zrj
2024-07-18 75117b08a050540494ff4ce0ba1fae0e0c59551b
排除 tomcat 依赖
1 files modified
17 ■■■■ changed files
xxl-job-admin/pom.xml 17 ●●●● patch | view | raw | blame | history
xxl-job-admin/pom.xml
@@ -17,13 +17,24 @@
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
            <!-- 排除Tomcat -->
            <exclusions>
                <exclusion>
                    <groupId>org.springframework.boot</groupId>
                    <artifactId>spring-boot-starter-tomcat</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <!-- starter-test:junit + spring-test + mockito -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
            <scope>test</scope>
            <artifactId>spring-boot-starter-undertow</artifactId>
        </dependency>
        <!-- starter-test:junit + spring-test + mockito -->
<!--        <dependency>-->
<!--            <groupId>org.springframework.boot</groupId>-->
<!--            <artifactId>spring-boot-starter-test</artifactId>-->
<!--            <scope>test</scope>-->
<!--        </dependency>-->
        <!-- freemarker-starter -->
        <dependency>