From d014a10a4e597718375c0964f0394babb3eae7d7 Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期日, 13 三月 2022 10:02:44 +0800
Subject: [PATCH] fix(bug修复): 增加了定时计算年龄的定时任务

---
 febs-common/febs-common-core/pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/febs-common/febs-common-core/pom.xml b/febs-common/febs-common-core/pom.xml
index 6766acc..2d5531b 100644
--- a/febs-common/febs-common-core/pom.xml
+++ b/febs-common/febs-common-core/pom.xml
@@ -104,6 +104,7 @@
             <groupId>cn.hutool</groupId>
             <artifactId>hutool-all</artifactId>
             <version>5.5.8</version>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
 </project>

--
Gitblit v1.8.0