remove 移除不需要的依赖

This commit is contained in:
疯狂的狮子li
2022-06-01 13:03:33 +08:00
parent 34396de03a
commit 263448faa2
2 changed files with 0 additions and 39 deletions

View File

@ -58,12 +58,6 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- excel工具 -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
@ -75,12 +69,6 @@
<artifactId>snakeyaml</artifactId>
</dependency>
<!-- jdk11 缺失依赖 jaxb-->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
<!-- servlet包 -->
<dependency>
<groupId>javax.servlet</groupId>