优化:Office组件运行状态检测

This commit is contained in:
陈精华
2019-11-29 14:40:42 +08:00
committed by kl
parent 09b6964c0e
commit a07c962867
2 changed files with 10 additions and 4 deletions

View File

@ -60,6 +60,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<!-- REDISSON -->
<dependency>
<groupId>org.redisson</groupId>