From 7991889f4ae908a9b1a8e4c81a0d0be741e25ec8 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 11 Jan 2022 11:03:41 +0800 Subject: [PATCH] =?UTF-8?q?jar=E5=8C=85=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 ++- pom.xml | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 01b2d39..4a65708 100644 --- a/build.gradle +++ b/build.gradle @@ -44,9 +44,10 @@ 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-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 'com.finebi:fine-schedule-bi:' + finebiVersion implementation 'org.apache.tomcat:tomcat-catalina:8.5.32' diff --git a/pom.xml b/pom.xml index 46f3b14..aa68284 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ com.finebi - fine-schedule-bi + fine-bi-scheduler ${specific-framework-version} compile @@ -97,6 +97,12 @@ ${specific-framework-version} compile + + com.finebi + fine-schedule-bi + ${specific-framework-version} + compile + com.finebi fine-decision-bi