From 6ac527e204fbcf9bc62f280eb925cddab291fe5b Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 25 May 2020 11:01:07 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin

---
 pom.xml |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0a9f0d4..20f2f96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,20 +175,6 @@
             <artifactId>netty-all</artifactId>
             <version>4.1.33.Final</version>
         </dependency>
-
-        <dependency>
-            <groupId>com.squareup.okhttp3</groupId>
-            <artifactId>okhttp</artifactId>
-            <version>3.6.0</version>
-        </dependency>
-
-        <dependency>
-            <groupId>com.huobi.sdk</groupId>
-            <artifactId>huobi-client</artifactId>
-            <version>1.0.8-SNAPSHOT</version>
-            <scope>system</scope>
-            <systemPath>${basedir}/lib/huobi-client-1.0.8-SNAPSHOT.jar</systemPath>
-        </dependency>
     </dependencies>
 
     <build>

--
Gitblit v1.9.1