From 3271a0e7421aa7c55f475be8f24ad85b576108b8 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Fri, 22 Sep 2023 16:17:16 +0800 Subject: [PATCH] Merge branch 'dev' of http://blit.7drlb.com:8888/r/moral into wb --- screen-api/pom.xml | 36 +++++++++++++++++++++++++++++++----- 1 files changed, 31 insertions(+), 5 deletions(-) diff --git a/screen-api/pom.xml b/screen-api/pom.xml index 70f3c4b..4c48cc5 100644 --- a/screen-api/pom.xml +++ b/screen-api/pom.xml @@ -24,11 +24,6 @@ <!-- 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> @@ -52,6 +47,37 @@ <artifactId>easypoi-spring-boot-starter</artifactId> <version>4.0.0</version> </dependency> + <dependency> + <groupId>cn.afterturn</groupId> + <artifactId>easypoi-base</artifactId> + <version>4.1.0</version> + </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>19.0</version> + </dependency> + <dependency> + <groupId>org.jfree</groupId> + <artifactId>jcommon</artifactId> + <version>1.0.24</version> + </dependency> + <dependency> + <groupId>org.jfree</groupId> + <artifactId>jfreechart</artifactId> + <version>1.5.0</version> + </dependency> + <dependency> + <groupId>com.deepoove</groupId> + <artifactId>poi-tl</artifactId> + <version>1.5.1</version> + </dependency> + + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-all</artifactId> + <version>5.3.0</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0