This is an automated email from the ASF dual-hosted git repository.
snazy 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 395f7bdc2 Build/nit: remove unnecessary apt dependency (#2739)
395f7bdc2 is described below
commit 395f7bdc23edd55bc3c33095f258f3026a92478e
Author: Robert Stupp <[email protected]>
AuthorDate: Wed Oct 1 16:31:19 2025 +0200
Build/nit: remove unnecessary apt dependency (#2739)
---
persistence/nosql/idgen/spi/build.gradle.kts | 2 --
1 file changed, 2 deletions(-)
diff --git a/persistence/nosql/idgen/spi/build.gradle.kts
b/persistence/nosql/idgen/spi/build.gradle.kts
index 94ac6d352..5e8fabb73 100644
--- a/persistence/nosql/idgen/spi/build.gradle.kts
+++ b/persistence/nosql/idgen/spi/build.gradle.kts
@@ -36,8 +36,6 @@ dependencies {
compileOnly(platform(libs.quarkus.bom))
compileOnly("io.quarkus:quarkus-core")
- annotationProcessor(project(":polaris-immutables", configuration =
"processor"))
-
implementation(platform(libs.jackson.bom))
implementation("com.fasterxml.jackson.core:jackson-databind")
}