From 3f6a41613e2a39da19613772475e1f9a7a359e75 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 24 May 2024 11:28:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20poi=E4=BB=A5=E5=8F=8Acas-client=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 39 +++++++++++++++++++++++++++ sdk/dataease-plugin-interface/pom.xml | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c72a3868c2..f8293bfbf9 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ 1.18.19 + 4.1.1 dataease @@ -27,6 +28,44 @@ + + + + org.apache.poi + poi + ${poi.version} + + + * + * + + + + + org.apache.poi + poi-ooxml + ${poi.version} + + + * + * + + + + + org.apache.poi + poi-ooxml-schemas + ${poi.version} + + + * + * + + + + + + diff --git a/sdk/dataease-plugin-interface/pom.xml b/sdk/dataease-plugin-interface/pom.xml index 865a24f216..488ee129ec 100644 --- a/sdk/dataease-plugin-interface/pom.xml +++ b/sdk/dataease-plugin-interface/pom.xml @@ -19,7 +19,7 @@ org.jasig.cas.client cas-client-core - 3.5.0 + 3.6.4