From 853b3cec46b6918641ea651a311bdce80bb05b07 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 17 Jan 2023 21:11:07 +0800
Subject: [PATCH] 1
---
pom.xml | 123 +++++++++++++++++++++-------------------
1 files changed, 64 insertions(+), 59 deletions(-)
diff --git a/pom.xml b/pom.xml
index c177c8e..ebdbe02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,66 +30,9 @@
<dependencies>
<dependency>
- <groupId>taobao</groupId>
- <artifactId>taobao-sdk</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/taobao-sdk-java.jar</systemPath>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
- <dependency>
- <groupId>org.tron.trident</groupId>
- <artifactId>abi</artifactId>
- <version>0.3.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/abi-0.3.0.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.tron.trident</groupId>
- <artifactId>utils</artifactId>
- <version>0.3.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/utils-0.3.0.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.tron.trident</groupId>
- <artifactId>core</artifactId>
- <version>0.3.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/core-0.3.0.jar</systemPath>
- </dependency>
-
-
- <dependency>
- <groupId>com.github.ki5fpl.tronj</groupId>
- <artifactId>abi</artifactId>
- <version>0.4.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/abi-0.4.0.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.github.ki5fpl.tronj</groupId>
- <artifactId>client</artifactId>
- <version>0.4.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/client-0.4.0.jar</systemPath>
- </dependency>
-
- <dependency>
- <groupId>com.github.ki5fpl.tronj</groupId>
- <artifactId>utils</artifactId>
- <version>0.4.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/utils-0.4.0.jar</systemPath>
- </dependency>
-
- <dependency>
- <groupId>ztron-sdk</groupId>
- <artifactId>ztron-sdk</artifactId>
- <version>0.0.1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/tron-sdk.jar</systemPath>
- </dependency>
-
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
@@ -441,6 +384,68 @@
<artifactId>poi-ooxml-schemas</artifactId>
<version>3.8</version>
</dependency>
+
+
+ <dependency>
+ <groupId>taobao</groupId>
+ <artifactId>taobao-sdk</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/taobao-sdk-java.jar</systemPath>
+ </dependency>
+ <dependency>
+ <groupId>org.tron.trident</groupId>
+ <artifactId>abi</artifactId>
+ <version>0.3.0</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/abi-0.3.0.jar</systemPath>
+ </dependency>
+ <dependency>
+ <groupId>org.tron.trident</groupId>
+ <artifactId>utils</artifactId>
+ <version>0.3.0</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/utils-0.3.0.jar</systemPath>
+ </dependency>
+ <dependency>
+ <groupId>org.tron.trident</groupId>
+ <artifactId>core</artifactId>
+ <version>0.3.0</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/core-0.3.0.jar</systemPath>
+ </dependency>
+
+
+ <dependency>
+ <groupId>com.github.ki5fpl.tronj</groupId>
+ <artifactId>abi</artifactId>
+ <version>0.4.0</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/abi-0.4.0.jar</systemPath>
+ </dependency>
+ <dependency>
+ <groupId>com.github.ki5fpl.tronj</groupId>
+ <artifactId>client</artifactId>
+ <version>0.4.0</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/client-0.4.0.jar</systemPath>
+ </dependency>
+
+ <dependency>
+ <groupId>com.github.ki5fpl.tronj</groupId>
+ <artifactId>utils</artifactId>
+ <version>0.4.0</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/utils-0.4.0.jar</systemPath>
+ </dependency>
+
+ <dependency>
+ <groupId>ztron-sdk</groupId>
+ <artifactId>ztron-sdk</artifactId>
+ <version>0.0.1</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/tron-sdk.jar</systemPath>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.9.1