You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2020/04/24 08:38:05 UTC

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3742: [ZEPPELIN-4764]. Support real time dashboard for jdbc interpreter

zjffdu commented on a change in pull request #3742:
URL: https://github.com/apache/zeppelin/pull/3742#discussion_r414398864



##########
File path: jdbc/pom.xml
##########
@@ -33,6 +33,144 @@
   <version>0.9.0-SNAPSHOT</version>
   <name>Zeppelin: JDBC interpreter</name>
 
+  <properties>
+    <!--library versions-->
+    <interpreter.name>jdbc</interpreter.name>
+    <postgresql.version>9.4-1201-jdbc41</postgresql.version>
+    <hadoop.common.version>2.7.2</hadoop.common.version>
+    <h2.version>1.4.190</h2.version>
+    <commons.dbcp2.version>2.0.1</commons.dbcp2.version>

Review comment:
       Yes, agree. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org