Browse Source

[chg] 添加aliyunOSS依赖

wcz 5 years ago
parent
commit
d8f799fc30
1 changed files with 10 additions and 0 deletions
  1. 10 0
      lift-common/pom.xml

+ 10 - 0
lift-common/pom.xml

@@ -16,6 +16,16 @@
             <groupId>cn.com.xwy</groupId>
             <artifactId>xwy-util</artifactId>
         </dependency>
+        <dependency>
+            <groupId>cn.hutool</groupId>
+            <artifactId>hutool-all</artifactId>
+            <version>5.0.6</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+            <version>3.17</version>
+        </dependency>
         <dependency>
             <groupId>com.aliyun.oss</groupId>
             <artifactId>aliyun-sdk-oss</artifactId>