From 9b190bbbb3169db2479ee7f24856444f0e1bfc27 Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期四, 11 三月 2021 01:23:39 +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