ostinru commented on code in PR #104:
URL: https://github.com/apache/cloudberry-pxf/pull/104#discussion_r3074343766
##########
server/pxf-jdbc-drivers/build.gradle:
##########
@@ -24,4 +24,9 @@ dependencies {
// Clickhouse
implementation('com.clickhouse:clickhouse-jdbc:0.9.8:all')
{ transitive = false }
+ // Oracle
+ implementation('com.oracle.database.jdbc:ojdbc11:23.3.0.23.09')
+ implementation('com.oracle.database.jdbc:ucp11:23.3.0.23.09')
+ implementation('com.oracle.database.nls:orai18n:23.3.0.23.09')
Review Comment:
There is no transitive dependencies. Usually, JDBC drivers has no
dependencies. Old ClickHouse drivers are kind of exception.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]