From 50f1d9cc48c9f81edbbb002caecf3dccf1d3b960 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Mon, 27 May 2024 12:21:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E5=87=BA=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/backend/pom.xml | 8 ++++++++ pom.xml | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/core/backend/pom.xml b/core/backend/pom.xml index f7c1ae8f16..74f25ce841 100644 --- a/core/backend/pom.xml +++ b/core/backend/pom.xml @@ -270,6 +270,10 @@ commons-io commons-io + + org.apache.xmlbeans + xmlbeans + @@ -347,6 +351,10 @@ commons-math4-legacy 4.0-beta1 + + org.apache.xmlbeans + xmlbeans + diff --git a/pom.xml b/pom.xml index f8293bfbf9..a05bbe7f97 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,7 @@ 1.18.19 4.1.1 + 3.1.0 dataease @@ -63,6 +64,17 @@ + + org.apache.xmlbeans + xmlbeans + ${xmlbeans.version} + + + * + * + + +