From e9fc4f4b843a4ecc4ea7a1b26f75dd844cbbcb7e Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 24 Mar 2022 11:01:33 +0800
Subject: [PATCH] add api globalSetting

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

diff --git a/pom.xml b/pom.xml
index d542ad4..d612920 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,6 +345,15 @@
                 </exclusion>
             </exclusions>
         </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