dimas-b commented on code in PR #2650:
URL: https://github.com/apache/polaris/pull/2650#discussion_r2376045164
##########
persistence/relational-jdbc/build.gradle.kts:
##########
@@ -35,6 +35,9 @@ dependencies {
implementation(libs.smallrye.common.annotation) // @Identifier
implementation(libs.postgresql)
+ implementation("software.amazon.awssdk:apache-client")
+ implementation(platform(libs.quarkus.amazon.services.bom))
+ implementation("io.quarkiverse.amazonservices:quarkus-amazon-rds")
Review Comment:
I guess these deps are not required for building the JDBC code itself. They
probably need to be in `runtime/common`.
The idea is to keep the JDBC persistence lean, but add RDS where drivers
would normally be added. WDYT?
(sorry, I missed this in my previous review)
--
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]