From 0e56d2261990ffd7a93ca09068e70fa39d4b19cb Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 12 Jan 2023 14:18:37 +0800
Subject: [PATCH] 20221227 充值归集

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

diff --git a/pom.xml b/pom.xml
index dd93c07..ebdbe02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,11 @@
     </properties>
 
     <dependencies>
+
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-websocket</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.web3j</groupId>
             <artifactId>core</artifactId>

--
Gitblit v1.9.1