From 67bf1c6cd426f82ef3d9ee31327a7654191d4e5e Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 2 Aug 2022 15:52:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E6=8A=A5=E5=91=8A):=20=E5=B0=9D=E8=AF=95?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9A=E6=97=B6=E6=8A=A5=E5=91=8A=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E6=88=AA=E5=9B=BE=E4=B8=8E=E6=8C=87=E5=AE=9A=E5=88=86?= =?UTF-8?q?=E8=BE=A8=E7=8E=87=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/backend/pom.xml b/backend/pom.xml index c8c9f5cbc0..148b4fd392 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -23,6 +23,7 @@ + junit junit @@ -147,6 +148,10 @@ org.slf4j slf4j-api + + guava + com.google.guava + @@ -215,6 +220,12 @@ io.dataease dataease-plugin-interface 1.13.0 + + + guava + com.google.guava + + io.dataease @@ -236,6 +247,14 @@ org.slf4j slf4j-api + + guava + com.google.guava + + + commons-io + commons-io + @@ -251,12 +270,30 @@ org.springframework.security spring-security-core + + guava + com.google.guava + + + commons-io + commons-io + pentaho metastore 8.3.0.18-1112 + + + guava + com.google.guava + + + commons-io + commons-io + + org.pentaho.di.plugins @@ -302,10 +339,19 @@ org.springframework.boot spring-boot-starter-data-redis + org.apache.commons commons-pool2 + + + ru.yandex.qatools.ashot + ashot + 1.5.4 + + +