flyrain commented on code in PR #3281:
URL: https://github.com/apache/polaris/pull/3281#discussion_r2624177905


##########
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:
   It isn't new dependency. As you said, it was there for a while. It looks 
like #3252 didn't do anything about it. Let me know if I missed something. 
   At this moment, I think it'd be nice to keep as is until we find a better 
place to hold it. I'm a bit concern that if we removed it here, but didn't get 
the chance to place it anywhere before next release, it will break users. With 
that, we might just keep this PR as a pure refactor. 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]

Reply via email to