Explorar el Código

更新 'pom.xml'

添加cn.hutool依赖
谢波 hace 4 años
padre
commit
431469693a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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>