From d265a5b13e7cf11e8affff7ada1ec22e3db78fe0 Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期五, 19 二月 2021 07:38:06 +0800
Subject: [PATCH] style(公用类库): 代码格式
---
febs-common/febs-common-core/pom.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/febs-common/febs-common-core/pom.xml b/febs-common/febs-common-core/pom.xml
index 6766acc..a22ff92 100644
--- a/febs-common/febs-common-core/pom.xml
+++ b/febs-common/febs-common-core/pom.xml
@@ -105,5 +105,11 @@
<artifactId>hutool-all</artifactId>
<version>5.5.8</version>
</dependency>
+ <dependency>
+ <groupId>cn.hutool</groupId>
+ <artifactId>hutool-all</artifactId>
+ <version>5.5.8</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>
--
Gitblit v1.8.0