From df8bbff690d505af3219535a769de4c26b089344 Mon Sep 17 00:00:00 2001
From: Jade Ferreira <jade@ice.ufjf.br>
Date: Tue, 10 Dec 2024 14:00:39 -0300
Subject: [PATCH] feat(preset): Add modules to Jackson monorepo group (#32997)

---
 lib/data/monorepo.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json
index 583d823b00..aa05c5e04d 100644
--- a/lib/data/monorepo.json
+++ b/lib/data/monorepo.json
@@ -328,9 +328,12 @@
     "istanbuljs": "https://github.com/istanbuljs/istanbuljs",
     "jackson": [
       "https://github.com/FasterXML/jackson",
+      "https://github.com/FasterXML/jackson-annotations",
+      "https://github.com/FasterXML/jackson-core",
       "https://github.com/FasterXML/jackson-databind",
       "https://github.com/FasterXML/jackson-dataformats-binary",
       "https://github.com/FasterXML/jackson-dataformats-text",
+      "https://github.com/FasterXML/jackson-jaxrs-providers",
       "https://github.com/FasterXML/jackson-module-kotlin"
     ],
     "jasmine": "https://github.com/jasmine/jasmine",
-- 
GitLab