消除告警信息
This commit is contained in:
parent
2e6bbf3b9c
commit
5366fba42a
@ -26,6 +26,8 @@
|
|||||||
<sa.version>1.38.0</sa.version>
|
<sa.version>1.38.0</sa.version>
|
||||||
<easyexcel.version>4.0.1</easyexcel.version>
|
<easyexcel.version>4.0.1</easyexcel.version>
|
||||||
<annotations.version>4.8.6</annotations.version>
|
<annotations.version>4.8.6</annotations.version>
|
||||||
|
<undertow.version>2.3.14.Final</undertow.version>
|
||||||
|
<apache.poi>5.3.0</apache.poi>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -86,11 +88,16 @@
|
|||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>poi-ooxml-schemas</artifactId>
|
<artifactId>poi</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.poi</groupId>
|
||||||
|
<artifactId>poi</artifactId>
|
||||||
|
<version>${apache.poi}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- 提供Redis连接池 -->
|
<!-- 提供Redis连接池 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user