master
31353 2023-12-25 09:13:16 +08:00
parent f6abace331
commit 55ee788649
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@
<dependency>
<groupId>com.bwie</groupId>
<artifactId>bwie-common</artifactId>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- SpringBoot Web-->
<dependency>