From 8f636dc2b82cbb77d85332197ec93fe52d174c13 Mon Sep 17 00:00:00 2001 From: ZhuDongming <773644075@qq.com> Date: Tue, 28 Apr 2020 15:28:58 +0800 Subject: [PATCH] update 走航查询表 --- pom.xml | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index dd11e34..fb81680 100644 --- a/pom.xml +++ b/pom.xml @@ -203,10 +203,18 @@ <artifactId>aviator</artifactId> <version>4.2.0</version> </dependency> + <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.6</version> + <groupId>cn.hutool</groupId> + <artifactId>hutool-all</artifactId> + <version>5.3.1</version> + </dependency> + + <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>4.1.2</version> </dependency> </dependencies> -- Gitblit v1.8.0