From f5114972497953a70772f202a8ae2a0bf96659b0 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 14 二月 2025 17:17:30 +0800 Subject: [PATCH] 搬迁绩效模块(班次+工时) --- ruoyi-common/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index d5d7042..ef7ea58 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -141,6 +141,10 @@ <artifactId>commons-text</artifactId> <version>1.3</version> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.datatype</groupId> + <artifactId>jackson-datatype-jsr310</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.3