adutra commented on code in PR #3281:
URL: https://github.com/apache/polaris/pull/3281#discussion_r2623301945
##########
persistence/relational-jdbc/build.gradle.kts:
##########
@@ -33,8 +33,11 @@ dependencies {
compileOnly(libs.jakarta.enterprise.cdi.api)
compileOnly(libs.jakarta.inject.api)
+ compileOnly(libs.smallrye.config.core) // @ConfigMapping for Quarkus
integration
implementation(libs.smallrye.common.annotation) // @Identifier
implementation(libs.postgresql)
+ implementation(platform(libs.quarkus.amazon.services.bom))
Review Comment:
Oh I see now, the new dependency was added in #2650 to runtime-common, and
@dimas-b is already taking a stab at moving this dependency to the appropriate
place in #3252.
I suggest removing this dependency from here and use #3252 to find a better
place for it. Wdyt?
--
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]