From 715bd0a9c03da50b0f45d54e367c3e32bedc10e7 Mon Sep 17 00:00:00 2001 From: chen <1251790704@qq.com> Date: Sun, 20 Dec 2020 15:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dq-financial-crms/pom.xml | 5 +++++ dq-financial-hrms/pom.xml | 6 +++++- dq-framework-utils/pom.xml | 5 ----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/dq-financial-crms/pom.xml b/dq-financial-crms/pom.xml index 4b6eac05..8a846c97 100644 --- a/dq-financial-crms/pom.xml +++ b/dq-financial-crms/pom.xml @@ -40,6 +40,11 @@ org.springframework.boot spring-boot-starter-web + + org.apache.poi + ooxml-schemas + 1.0 + org.springframework.cloud spring-cloud-starter-openfeign diff --git a/dq-financial-hrms/pom.xml b/dq-financial-hrms/pom.xml index c01409a1..b06a34fd 100644 --- a/dq-financial-hrms/pom.xml +++ b/dq-financial-hrms/pom.xml @@ -34,7 +34,11 @@ org.springframework.cloud spring-cloud-starter-openfeign - + + org.apache.poi + ooxml-schemas + 1.0 +