From 6cbbff8da2e0fb2645d90a4e250368769ebd2da8 Mon Sep 17 00:00:00 2001
From: wanghc <2466022993@qq.com>
Date: Wed, 08 Mar 2023 17:55:49 +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