From 078a41e738820e052007fdc77fb0ee851eabadf1 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Thu, 16 Apr 2026 10:40:22 +0800
Subject: [PATCH] refactor(blockchain): 删除区块链相关功能模块
---
pom.xml | 48 ------------------------------------------------
1 files changed, 0 insertions(+), 48 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2c27f4e..2544a4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,26 +37,11 @@
<dependencies>
<dependency>
- <groupId>ripple</groupId>
- <artifactId>ripple</artifactId>
- <version>0.0.1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/ripple-core-0.0.1-SNAPSHOT.jar</systemPath>
- </dependency>
-
- <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230618</version>
</dependency>
-
-
- <dependency>
- <groupId>org.web3j</groupId>
- <artifactId>core</artifactId>
- <version>4.5.5</version>
- </dependency>
<dependency>
@@ -70,19 +55,6 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>3.6.0</version>
- </dependency>
-
- <!-- https://mvnrepository.com/artifact/org.web3j/parity -->
- <dependency>
- <groupId>org.web3j</groupId>
- <artifactId>parity</artifactId>
- <version>4.5.10</version>
- <exclusions>
- <exclusion>
- <artifactId>core</artifactId>
- <groupId>org.web3j</groupId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
@@ -176,18 +148,6 @@
<version>${mysql-driver.version}</version>
</dependency>
- <dependency>
- <groupId>org.web3j</groupId>
- <artifactId>core</artifactId>
- <version>4.5.5</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/org.web3j/parity -->
- <dependency>
- <groupId>org.web3j</groupId>
- <artifactId>parity</artifactId>
- <version>4.5.10</version>
- </dependency>
-
<!-- 参数校验 start -->
<dependency>
<groupId>javax.validation</groupId>
@@ -277,14 +237,6 @@
<version>${aliyun-oss.version}</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>
-
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
--
Gitblit v1.9.1