From 75edb3440e55f276d453aa393f12a30c239e3e82 Mon Sep 17 00:00:00 2001 From: zainali5120 <512061637@qq.com> Date: Fri, 09 Oct 2020 22:19:47 +0800 Subject: [PATCH] cpv提币修复 --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index bc32131..b79d05b 100644 --- a/pom.xml +++ b/pom.xml @@ -248,6 +248,11 @@ <artifactId>httpmime</artifactId> <version>4.3.5</version> </dependency> + <dependency> + <groupId>org.web3j</groupId> + <artifactId>core</artifactId> + <version>4.5.5</version> + </dependency> <!-- submail邮件 end --> </dependencies> -- Gitblit v1.9.1