This is an automated email from the ASF dual-hosted git repository.
anshum pushed a commit to branch branch_10_0
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10_0 by this push:
new 32013be5722 SOLR-18003: Fix invalid POM for solrj due to jackson
(#3998)
32013be5722 is described below
commit 32013be5722d2331b260c3201d4cffd6bc4a3e23
Author: Mark Prins <[email protected]>
AuthorDate: Sun Jan 4 14:37:18 2026 +0100
SOLR-18003: Fix invalid POM for solrj due to jackson (#3998)
Co-authored-by: Copilot <[email protected]>
(cherry picked from commit a4f26ddc64e74af79c31f6b708622c291b7b7fc2)
---
changelog/unreleased/SOLR-18003_jackson-bom_import.yml | 10 ++++++++++
solr/solrj/build.gradle | 1 +
2 files changed, 11 insertions(+)
diff --git a/changelog/unreleased/SOLR-18003_jackson-bom_import.yml
b/changelog/unreleased/SOLR-18003_jackson-bom_import.yml
new file mode 100644
index 00000000000..f856e85aa3e
--- /dev/null
+++ b/changelog/unreleased/SOLR-18003_jackson-bom_import.yml
@@ -0,0 +1,10 @@
+# See https://github.com/apache/solr/blob/main/dev-docs/changelog.adoc
+title: Add the Jackson BOM import to solrj
+type: fixed # added, changed, fixed, deprecated, removed, dependency_update,
security, other
+authors:
+ - name: Mark Prins
+ nick: mprins
+ url: https://github.com/mprins
+links:
+ - name: SOLR-18003
+ url: https://issues.apache.org/jira/browse/SOLR-18003
diff --git a/solr/solrj/build.gradle b/solr/solrj/build.gradle
index b9520d5b0fd..70106db2a80 100644
--- a/solr/solrj/build.gradle
+++ b/solr/solrj/build.gradle
@@ -27,6 +27,7 @@ import com.diffplug.gradle.spotless.JavaExtension
description = 'Solrj - Solr Java Client'
dependencies {
+ api platform(libs.fasterxml.jackson.bom)
implementation libs.fasterxml.jackson.core.databind
implementation libs.fasterxml.jackson.core.annotations
implementation libs.fasterxml.jackson.core.core