From deba4c7d4e870fa45180e5f140363fa643931b14 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Tue, 7 Mar 2023 12:51:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8D=87=E7=BA=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 4 ---- pom.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index 321cd4ffcd..26483f8851 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -22,7 +22,6 @@ - junit junit @@ -204,7 +203,6 @@ io.dataease dataease-plugin-interface - ${dataease.version} guava @@ -215,12 +213,10 @@ io.dataease dataease-plugin-view - ${dataease.version} io.dataease dataease-plugin-datasource - ${dataease.version} diff --git a/pom.xml b/pom.xml index 690f74bc60..bb2355da07 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,33 @@ mobile backend + + + + io.dataease + dataease-plugin-interface + ${dataease.version} + + + guava + com.google.guava + + + + + io.dataease + dataease-plugin-view + ${dataease.version} + + + io.dataease + dataease-plugin-datasource + ${dataease.version} + + + + +