From bcc17f20197a0cabd210a03946b858241a5e3ed5 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 14 三月 2022 17:24:07 +0800
Subject: [PATCH] 优化 acct 时区

---
 java110-utils/pom.xml |   28 +++++++++-------------------
 1 files changed, 9 insertions(+), 19 deletions(-)

diff --git a/java110-utils/pom.xml b/java110-utils/pom.xml
old mode 100644
new mode 100755
index 7f88e5c..a346146
--- a/java110-utils/pom.xml
+++ b/java110-utils/pom.xml
@@ -28,28 +28,12 @@
 
         <dependency>
             <groupId>com.java110</groupId>
-            <artifactId>java110-config</artifactId>
-        </dependency>
-        <!--
-        <dependency>
-            <groupId>org.apache.axis</groupId>
-            <artifactId>axis</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.axis</groupId>
-            <artifactId>axis-jaxrpc</artifactId>
+            <artifactId>java110-interface</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.axis</groupId>
-            <artifactId>axis-saaj</artifactId>
+            <groupId>com.aliyun.oss</groupId>
+            <artifactId>aliyun-sdk-oss</artifactId>
         </dependency>
-        <dependency>
-            <groupId>wsdl4j</groupId>
-            <artifactId>wsdl4j</artifactId>
-        </dependency>
-        -->
-
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
@@ -148,5 +132,11 @@
             <groupId>org.apache.poi</groupId>
             <artifactId>poi</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>com.belerweb</groupId>
+            <artifactId>pinyin4j</artifactId>
+        </dependency>
+
     </dependencies>
 </project>

--
Gitblit v1.8.0