This is an automated email from the ASF dual-hosted git repository.

pdallig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 026a74d40f update docs to download redshift jdbc dependencies on 
migrated repo (#4642)
026a74d40f is described below

commit 026a74d40f1b12f9be75805fa945d634a02d121d
Author: Changhoon Oh <81631424+okayho...@users.noreply.github.com>
AuthorDate: Fri Sep 1 17:36:00 2023 +0900

    update docs to download redshift jdbc dependencies on migrated repo (#4642)
---
 docs/interpreter/jdbc.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/interpreter/jdbc.md b/docs/interpreter/jdbc.md
index 6f95be8dfe..35f8695c50 100644
--- a/docs/interpreter/jdbc.md
+++ b/docs/interpreter/jdbc.md
@@ -599,12 +599,12 @@ Here are some examples you can refer to. Including the 
below connectors, you can
     <th>Excludes</th>
   </tr>
   <tr>
-    <td>com.amazonaws:aws-java-sdk-redshift:1.11.51</td>
+    <td>com.amazon.redshift:redshift-jdbc42:2.1.0.18</td>
     <td></td>
   </tr>
 </table>
 
-[Maven Repository: 
com.amazonaws:aws-java-sdk-redshift](https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-redshift)
+[Maven Repository: 
com.amazon.redshift:redshift-jdbc42](https://mvnrepository.com/artifact/com.amazon.redshift/redshift-jdbc42)
 
 ### Apache Hive
 

Reply via email to