From 984e4f8ad6ab1f007b2fd7622e2e43826d9ec811 Mon Sep 17 00:00:00 2001 From: ChenJiaHe <763432473@qq.com> Date: 星期一, 19 四月 2021 15:31:44 +0800 Subject: [PATCH] 新版企业付款接口 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index cf34a6b..ba62efd 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,12 @@ <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>3.9</version> + <exclusions> + <exclusion> + <artifactId>dom4j</artifactId> + <groupId>dom4j</groupId> + </exclusion> + </exclusions> </dependency> <!--鑵捐浜� cos--> -- Gitblit v1.8.0