From 36be00e0f3cbe0d559c646fd2977e6e3a74aa6f9 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 30 Sep 2024 16:57:22 +0800
Subject: [PATCH] Merge branch 'bea' of http://120.27.238.55:7000/r/exchange into bea
---
pom.xml | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index df19e47..80d7548 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,13 @@
</properties>
<dependencies>
-
+
+ <dependency>
+ <groupId>io.github.binance</groupId>
+ <artifactId>binance-connector-java</artifactId>
+ <version>3.2.0</version>
+ </dependency>
+
<dependency>
<groupId>ripple</groupId>
<artifactId>ripple</artifactId>
@@ -158,7 +164,7 @@
<artifactId>mysql-connector-java</artifactId>
<version>${mysql-driver.version}</version>
</dependency>
-
+
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
@@ -288,6 +294,14 @@
<systemPath>${basedir}/lib/huobi-client-1.0.8-SNAPSHOT.jar</systemPath>
</dependency>
+<!-- <dependency>-->
+<!-- <groupId>com.huobi.sdk</groupId>-->
+<!-- <artifactId>huobi-client</artifactId>-->
+<!-- <version>2.0.3-SNAPSHOT</version>-->
+<!-- <scope>system</scope>-->
+<!-- <systemPath>${basedir}/lib/huobi-client-2.0.3-SNAPSHOT.jar</systemPath>-->
+<!-- </dependency>-->
+
<!-- submail邮件 start -->
<dependency>
<groupId>commons-logging</groupId>
--
Gitblit v1.9.1