singhpk234 commented on code in PR #1371:
URL: https://github.com/apache/polaris/pull/1371#discussion_r2060980806
##########
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:
Sorry I think i missed this, why do we have server module ? i see eclipse
link there this seems to be a natural place to be if thats what we need.
--
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]