From 6e8c95d31d85b53857e4e3ce12ea303eb0ea42eb Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 19 八月 2021 00:47:48 +0800
Subject: [PATCH] 优化代码
---
java110-utils/pom.xml | 23 ++++-------------------
1 files changed, 4 insertions(+), 19 deletions(-)
diff --git a/java110-utils/pom.xml b/java110-utils/pom.xml
old mode 100644
new mode 100755
index 13297f0..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>
@@ -153,5 +137,6 @@
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
</dependency>
+
</dependencies>
</project>
--
Gitblit v1.8.0