From 5b429d29b88de4064cb2e87082047f8337da94a2 Mon Sep 17 00:00:00 2001 From: xiangzihao <460888207@qq.com> Date: Fri, 22 Jul 2022 09:49:20 +0800 Subject: [PATCH] add oracle dependency (#11095) --- docs/configs/docsdev.js | 2 +- dolphinscheduler-bom/pom.xml | 9 +++++++++ .../dolphinscheduler-datasource-oracle/pom.xml | 5 +++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js index b688843812..2b0128ec53 100644 --- a/docs/configs/docsdev.js +++ b/docs/configs/docsdev.js @@ -822,7 +822,7 @@ export default { }, { title: '数据源设置', - link: '/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html', + link: '/zh-cn/docs/dev/user_doc/guide/howto/datasource-setting.html', }, { title: '其他', diff --git a/dolphinscheduler-bom/pom.xml b/dolphinscheduler-bom/pom.xml index 1d3e6be46c..588c79b34d 100644 --- a/dolphinscheduler-bom/pom.xml +++ b/dolphinscheduler-bom/pom.xml @@ -57,6 +57,7 @@ 9.1.3 1.4.200 8.0.16 + 21.5.0.0 1.7.5 1.7.5 4.1.2 @@ -337,6 +338,14 @@ ${mysql-connector.version} test + + + com.oracle.database.jdbc + ojdbc8 + ${oracle-jdbc.version} + test + + com.h2database h2 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-oracle/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-oracle/pom.xml index 9eb15a2f62..7ffa17f73d 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-oracle/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-oracle/pom.xml @@ -43,6 +43,11 @@ ${project.version} + + com.oracle.database.jdbc + ojdbc8 + + org.mockito mockito-core