singhpk234 commented on code in PR #1371: URL: https://github.com/apache/polaris/pull/1371#discussion_r2060988476
########## quarkus/service/build.gradle.kts: ########## @@ -113,6 +108,12 @@ dependencies { testImplementation("software.amazon.awssdk:kms") testImplementation("software.amazon.awssdk:dynamodb") + runtimeOnly(project(":polaris-relational-jdbc")) + runtimeOnly("io.quarkus:quarkus-jdbc-postgresql") { Review Comment: I think we do need as the integ refers them removing them fails them, presently there is not integTest for eclipselink it passes, so this would explain why it works -- 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