From d141aee7ec84d3578a19be8c26f10759c1e557b4 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期五, 02 八月 2024 09:11:16 +0800 Subject: [PATCH] add maven setting配置 --- iailab-framework/iailab-common/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/iailab-framework/iailab-common/pom.xml b/iailab-framework/iailab-common/pom.xml index 688884c..85ebbed 100644 --- a/iailab-framework/iailab-common/pom.xml +++ b/iailab-framework/iailab-common/pom.xml @@ -129,6 +129,11 @@ </dependency> <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + </dependency> + + <dependency> <groupId>com.alibaba</groupId> <artifactId>transmittable-thread-local</artifactId> </dependency> -- Gitblit v1.9.3