From d79aa1842273db3b18744122d534329b37e25b4a Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 25 Apr 2024 17:14:14 +0800 Subject: [PATCH] =?UTF-8?q?perf(X-Pack):=20guava=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-backend/pom.xml | 49 ++++++++++++++++++++++++--------------- de-xpack | 2 +- pom.xml | 8 ++++++- 3 files changed, 38 insertions(+), 21 deletions(-) diff --git a/core/core-backend/pom.xml b/core/core-backend/pom.xml index 0371189a4b..57843d7e3d 100644 --- a/core/core-backend/pom.xml +++ b/core/core-backend/pom.xml @@ -13,6 +13,27 @@ core-backend + + com.google.guava + guava + ${guava.version} + + + org.seleniumhq.selenium + selenium-java + ${selenium-java.version} + + + org.eclipse.angus + angus-mail + ${angus-mail.version} + + + org.eclipse.angus + angus-activation + + + io.dataease api-base @@ -37,6 +58,12 @@ org.apache.calcite calcite-core ${calcite-core.version} + + + com.google.guava + guava + + de @@ -97,22 +124,6 @@ - - org.seleniumhq.selenium - selenium-java - ${selenium-java.version} - - - org.eclipse.angus - angus-mail - ${angus-mail.version} - - - org.eclipse.angus - angus-activation - - - com.h2database h2 @@ -135,7 +146,7 @@ - + @@ -287,7 +298,7 @@ org.springframework.boot spring-boot-maven-plugin - CoreApplication + ZIP diff --git a/de-xpack b/de-xpack index 188b57250c..b47df7a291 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 188b57250c4220e1972ee15da0bf416d6ce3e1fc +Subproject commit b47df7a291dd595400397c3e089037cc41658ad7 diff --git a/pom.xml b/pom.xml index c40ca23b0d..fe9ab09581 100644 --- a/pom.xml +++ b/pom.xml @@ -42,9 +42,10 @@ 1.3.0 3.3.1 3.1.0 - 31.1-jre + 33.0.0-jre 4.19.1 2.0.3 + 8.2.0 @@ -109,6 +110,11 @@ easyexcel ${easyexcel.version} + + com.mysql + mysql-connector-j + ${mysql-connector-j.version} +