From 0a616f122f8420accd4d3bb163160ba1c2fe2720 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 14 May 2021 10:54:49 +0800
Subject: [PATCH] Merge branch 'yunding' of http://120.27.238.55:7000/r/exchange into yunding
---
pom.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5b99909..233d37d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,9 +9,9 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.xcong</groupId>
- <artifactId>excoin</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <name>excoin</name>
+ <artifactId>yunding</artifactId>
+ <version>1.0.0</version>
+ <name>yunding</name>
<description>Demo project for Spring Boot</description>
<properties>
@@ -224,11 +224,11 @@
<version>${netty.version}</version>
</dependency>
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>${okhttp.version}</version>
- </dependency>
+ <!--<dependency>-->
+ <!--<groupId>com.squareup.okhttp3</groupId>-->
+ <!--<artifactId>okhttp</artifactId>-->
+ <!--<version>${okhttp.version}</version>-->
+ <!--</dependency>-->
<dependency>
<groupId>com.aliyun.oss</groupId>
--
Gitblit v1.9.1