From 40da9e57dbbedbc9c0363eb47bf3bdb1d192e15c Mon Sep 17 00:00:00 2001
From: 2019232 <zh123456>
Date: Tue, 13 Dec 2022 16:51:41 +0800
Subject: [PATCH] 1
---
pom.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index ad8e741..9c2885a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -386,6 +386,18 @@
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.70</version>
</dependency>
+
+ <dependency>
+ <groupId>org.web3j</groupId>
+ <artifactId>core</artifactId>
+ <version>4.5.5</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.9.1