sungwy commented on code in PR #2680:
URL: https://github.com/apache/polaris/pull/2680#discussion_r2480016338


##########
runtime/service/build.gradle.kts:
##########
@@ -106,6 +106,8 @@ dependencies {
 
   implementation(libs.jakarta.servlet.api)
 
+  runtimeOnly(project(":polaris-async-vertx"))

Review Comment:
   I believe this actually is the CDI implementation of `polaris-async-api` 
`AsyncExec` that's optimized for Quarkus applications. Hence, we need it as a 
`runtimeOnly` dependency in `polaris-runtime-service`



-- 
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