adutra commented on code in PR #610:
URL: https://github.com/apache/polaris/pull/610#discussion_r1919008522


##########
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:
   They are :-) If I remove this, the released artifacts wouldn't contain these 
drivers, and nobody would be able to use Eclipselink at all.



-- 
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]

Reply via email to