From 984d4e00b7a5705f28a07c36f998f092b68a5dc6 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 20 Dec 2021 14:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=8B=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 5 +++-- pom.xml | 11 +++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index ec3cb04..ff35d62 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,8 @@ apply plugin: 'java' /** * 可以修改这个变量以依赖不同的开发版本 */ -def fineVersion = '10.0.2020.06.08' -def finebiVersion = '5.1.2020.06.15' +def fineVersion = '10.0.19.2021.09.18' +def finebiVersion = '5.1.17.2021.10.16' group = 'com.fr.plugin' version = '10.0' @@ -46,6 +46,7 @@ dependencies { 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-middle:' + finebiVersion implementation 'org.apache.tomcat:tomcat-catalina:8.5.32' diff --git a/pom.xml b/pom.xml index 5b107d7..e032e93 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ 10.0 pom - 10.0.2020.06.08 - 5.1.2020.06.15 + 10.0.19.2021.09.18 + 5.1.17.2021.10.16 ${project.basedir}/webroot/WEB-INF @@ -100,6 +100,13 @@ compile + + com.finebi + fine-bi-middle + ${specific-framework-version} + compile + + com.fr.intelligence