jerqi commented on code in PR #9741:
URL: https://github.com/apache/gravitino/pull/9741#discussion_r2702277971
##########
catalogs/catalog-jdbc-postgresql/build.gradle.kts:
##########
@@ -43,6 +43,7 @@ dependencies {
implementation(libs.commons.collections4)
implementation(libs.commons.lang3)
implementation(libs.guava)
+ implementation(libs.postgresql.driver)
Review Comment:
We can't add this dependency. It's not compatible to Apache license. You
should let users download it by hand.
--
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]