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