dimas-b commented on code in PR #610:
URL: https://github.com/apache/polaris/pull/610#discussion_r1919027761
##########
extension/persistence/eclipselink/build.gradle.kts:
##########
@@ -65,6 +65,10 @@ dependencies {
compileOnly("com.fasterxml.jackson.core:jackson-annotations")
compileOnly("com.fasterxml.jackson.core:jackson-core")
+ // JDBC Drivers
+ runtimeOnly(libs.h2)
+ runtimeOnly(libs.postgresql)
Review Comment:
I think it is valuable for end users that Polaris's normal build includes
usable JDBC drivers. I do not think it is viable to force users to recompile to
include PostgreSQL.
--
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]