From 27e7299964b861c079dbb2826edab00dfd6dc27d Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期四, 12 九月 2024 17:30:27 +0800 Subject: [PATCH] Merge branch 'master' of ssh://172.16.8.100:29418/iailab-plat --- iailab-framework/iailab-common/pom.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/iailab-framework/iailab-common/pom.xml b/iailab-framework/iailab-common/pom.xml index 688884c..856b77d 100644 --- a/iailab-framework/iailab-common/pom.xml +++ b/iailab-framework/iailab-common/pom.xml @@ -13,7 +13,7 @@ <name>${project.artifactId}</name> <description>定义基础 pojo 类、枚举、工具类等等</description> - <url>https://github.com/YunaiV/ruoyi-vue-pro</url> + <url>http://172.16.8.100:8888/summary/iailab-plat.git</url> <dependencies> <!-- Spring 核心 --> @@ -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