singhpk234 commented on code in PR #1287:
URL: https://github.com/apache/polaris/pull/1287#discussion_r2023648845


##########
quarkus/server/build.gradle.kts:
##########
@@ -51,6 +51,10 @@ dependencies {
     runtimeOnly(project(":polaris-eclipselink"))
   }
 
+  if (project.hasProperty("relationalJdbcDeps")) {
+    runtimeOnly(project(":polaris-relational-jdbc"))

Review Comment:
   sounds fair, just wanted to have same precedence what we have for 
eclipse-link, I am fine removing it as well.



-- 
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: issues-unsubscr...@polaris.apache.org

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

Reply via email to