From 8f6e49707492cd78e939cf8fbfb033963d023843 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 20 Dec 2021 20:26:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=96=87=E4=BB=B6=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- pom.xml | 9 +++------ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index ff35d62..67207a9 100644 --- a/build.gradle +++ b/build.gradle @@ -44,9 +44,9 @@ dependencies { implementation 'com.finebi:fine-bi-adapter:' + finebiVersion implementation 'com.finebi:fine-bi-engine-spider:' + finebiVersion implementation 'com.finebi:fine-bi-foundation:' + finebiVersion - implementation 'com.finebi:fine-decision-bi:' + finebiVersion - implementation 'com.finebi:fine-schedule-bi:' + finebiVersion + implementation 'com.finebi:fine-bi-scheduler:' + finebiVersion implementation 'com.finebi:fine-bi-middle:' + finebiVersion + implementation 'com.finebi:fine-decision-bi:' + finebiVersion implementation 'org.apache.tomcat:tomcat-catalina:8.5.32' diff --git a/pom.xml b/pom.xml index e032e93..ae1b194 100644 --- a/pom.xml +++ b/pom.xml @@ -85,24 +85,21 @@ ${specific-framework-version} compile - com.finebi - fine-decision-bi + fine-bi-scheduler ${specific-framework-version} compile - com.finebi - fine-schedule-bi + fine-bi-middle ${specific-framework-version} compile - com.finebi - fine-bi-middle + fine-decision-bi ${specific-framework-version} compile