From 6fb2f7ebe42b40cfddd1fd327de72e87effbc274 Mon Sep 17 00:00:00 2001 From: SOBUE Sho Date: Wed, 26 Nov 2025 21:17:11 +0900 Subject: [PATCH] build: Use jackson-module-jsonSchema-jakarta instead of jackson-module-jsonSchema Functionality is the same, but modern applications won't use javax.*. Signed-off-by: SOBUE Sho --- spring-ai-client-chat/pom.xml | 2 +- spring-ai-commons/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-ai-client-chat/pom.xml b/spring-ai-client-chat/pom.xml index f7a26851e55..9f811f5ef87 100644 --- a/spring-ai-client-chat/pom.xml +++ b/spring-ai-client-chat/pom.xml @@ -52,7 +52,7 @@ com.fasterxml.jackson.module - jackson-module-jsonSchema + jackson-module-jsonSchema-jakarta diff --git a/spring-ai-commons/pom.xml b/spring-ai-commons/pom.xml index 3c8c49eb0ee..d03a0b168e7 100644 --- a/spring-ai-commons/pom.xml +++ b/spring-ai-commons/pom.xml @@ -67,7 +67,7 @@ com.fasterxml.jackson.module - jackson-module-jsonSchema + jackson-module-jsonSchema-jakarta