From f609ca35ee2946acd0ff04b7ac1aa61f75a2e4a1 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 09 十二月 2021 16:09:54 +0800
Subject: [PATCH] 自动化代码中的service优化

---
 src/main/resources/code/service/app/pom.xml |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/code/service/app/pom.xml b/src/main/resources/code/service/app/pom.xml
index e8cc638..c71d2d5 100644
--- a/src/main/resources/code/service/app/pom.xml
+++ b/src/main/resources/code/service/app/pom.xml
@@ -213,6 +213,37 @@
             <version>4.9.71.ALL</version>
         </dependency>
 
+        <!-- 鎺ㄩ�� -->
+
+        <dependency>
+            <groupId>com.ks</groupId>
+            <artifactId>facade-push</artifactId>
+            <version>0.0.2</version>
+        </dependency>
+
+        <dependency>
+            <groupId>com.qcloud</groupId>
+            <artifactId>cos_api</artifactId>
+            <version>5.2.4</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-log4j12</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>log4j</groupId>
+                    <artifactId>log4j</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>3.1</version>
+        </dependency>
+
+
 
     </dependencies>
 

--
Gitblit v1.8.0