obelix74 commented on code in PR #4115:
URL: https://github.com/apache/polaris/pull/4115#discussion_r3424611858
##########
runtime/service/build.gradle.kts:
##########
@@ -30,9 +30,10 @@ dependencies {
implementation(project(":polaris-api-management-service"))
implementation(project(":polaris-api-iceberg-service"))
implementation(project(":polaris-api-catalog-service"))
+ implementation(project(":polaris-api-metrics-reports-service"))
Review Comment:
Good catch. Changed `polaris-api-metrics-reports-service` to `compileOnly`
in `runtime/service` so it doesn't leak into transitive consumers, and added
`runtimeOnly` in `runtime/server` so Quarkus can discover the JAX-RS endpoint
at startup. Also added `testImplementation` in `runtime/service` for unit
tests. Pushed in cc33a7fc2.
--
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]