This is an automated email from the ASF dual-hosted git repository.
adutra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 88994f49 fix: fix CardinalityLimitSelector ClassNotFoundException when
starting Polaris (#762)
88994f49 is described below
commit 88994f495a844f420187b9404511504601081a1a
Author: CG <[email protected]>
AuthorDate: Wed Jan 15 17:59:17 2025 +0800
fix: fix CardinalityLimitSelector ClassNotFoundException when starting
Polaris (#762)
---
quarkus/service/build.gradle.kts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/quarkus/service/build.gradle.kts b/quarkus/service/build.gradle.kts
index aea4bd37..3405a3fe 100644
--- a/quarkus/service/build.gradle.kts
+++ b/quarkus/service/build.gradle.kts
@@ -37,6 +37,8 @@ dependencies {
// override dnsjava version in dependencies due to
https://github.com/dnsjava/dnsjava/issues/329
implementation(platform(libs.dnsjava))
+ implementation(platform(libs.opentelemetry.bom))
+
implementation(platform(libs.quarkus.bom))
implementation("io.quarkus:quarkus-logging-json")
implementation("io.quarkus:quarkus-rest-jackson")