From 89b19185b4bb35cc2d68e497c95d047b46b024bb Mon Sep 17 00:00:00 2001
From: wanghc <2466022993@qq.com>
Date: Wed, 08 Mar 2023 17:29:25 +0800
Subject: [PATCH] 浦发分行账单服务对外接口

---
 cmci-pfcs-gateway/pom.xml |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/cmci-pfcs-gateway/pom.xml b/cmci-pfcs-gateway/pom.xml
index c9882d9..df13059 100644
--- a/cmci-pfcs-gateway/pom.xml
+++ b/cmci-pfcs-gateway/pom.xml
@@ -45,15 +45,9 @@
             <version>2.0.2</version>
         </dependency>
         <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-test</artifactId>
-            <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.junit.vintage</groupId>
-                    <artifactId>junit-vintage-engine</artifactId>
-                </exclusion>
-            </exclusions>
+            <groupId>com.squareup.okhttp3</groupId>
+            <artifactId>okhttp</artifactId>
+            <version>3.3.1</version>
         </dependency>
         <dependency>
             <groupId>com.alibaba</groupId>

--
Gitblit v1.8.0