dimas-b commented on code in PR #1371:
URL: https://github.com/apache/polaris/pull/1371#discussion_r2061002687
##########
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:
`quarkus/service` is supposed to have only the code to implement services'
logic. That code binds to core interfaces, so it should not need any specific
JDBC dependencies to build.
`quarkus/server` is the final assembly for the server runtime image - this
module pulls together all components that may be needed in Polaris runtime.
--
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]