build: 去掉重复引入的jar

This commit is contained in:
CaptainB 2022-03-29 17:36:08 +08:00 committed by 刘瑞斌
parent e750b9fdde
commit 2aadf5a4fb
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@
<artifactId>slf4j-nop</artifactId> <artifactId>slf4j-nop</artifactId>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
</exclusion> </exclusion>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>