flyrain commented on code in PR #3340:
URL: https://github.com/apache/polaris/pull/3340#discussion_r2674277714
##########
runtime/server/build.gradle.kts:
##########
@@ -40,6 +40,17 @@ val distributionElements by
dependencies {
implementation(project(":polaris-runtime-service"))
+ // Additional dependencies for CLI mode
+ implementation("io.quarkus:quarkus-picocli")
+ implementation(project(":polaris-version"))
+
+ // These are already provided transitively by polaris-runtime-service
+ // but we need them at compile time for CLI code
+ compileOnly(project(":polaris-core"))
Review Comment:
Fixed
--
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]