瀏覽代碼

更新 'pom.xml'

添加cn.hutool依赖
谢波 4 年之前
父節點
當前提交
431469693a
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -201,6 +201,11 @@
             <artifactId>framework</artifactId>
             <version>1.1.1</version>
         </dependency>
+        <dependency>
+            <groupId>cn.hutool</groupId>
+            <artifactId>hutool-all</artifactId>
+            <version>4.6.0</version>
+        </dependency>
     </dependencies>
 
     <repositories>