From bcc66e6d54badf46c576017f131de9aa6b9b2f0c Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 28 Dec 2022 17:26:59 +0800
Subject: [PATCH] fix

---
 pom.xml |  124 ++++++++++++++++++++--------------------
 1 files changed, 62 insertions(+), 62 deletions(-)

diff --git a/pom.xml b/pom.xml
index c177c8e..dd93c07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,68 +28,6 @@
     </properties>
 
     <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>
-        </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 +379,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