From 7e1d95325c00731a75d5eda7e89b37a7e5ec3a47 Mon Sep 17 00:00:00 2001 From: cjl <276999030@qq.com> Date: Thu, 27 Jul 2023 16:13:04 +0800 Subject: [PATCH] fix: 位置信息提交 --- screen-api/pom.xml | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/screen-api/pom.xml b/screen-api/pom.xml index 7470fd8..1d30c2f 100644 --- a/screen-api/pom.xml +++ b/screen-api/pom.xml @@ -21,6 +21,33 @@ <artifactId>persistence-api</artifactId> <version>1.0</version> </dependency> + <!-- easyexcel--> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>4.0.1</version> + </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>4.0.1</version> + </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml-schemas</artifactId> + <version>4.0.1</version> + </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + <version>2.1.6</version> + </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>fastjson</artifactId> + <version>1.2.66</version> + </dependency> + </dependencies> <build> -- Gitblit v1.8.0