From 50d4789eab5944b1b400f17ff00e3219228c5b79 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 11 Jun 2021 18:54:09 +0800
Subject: [PATCH] modify

---
 pom.xml |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 57 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 191b9fe..548b59a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
     </parent>
     <groupId>com.xcong</groupId>
     <artifactId>excoin</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>gbz</version>
     <name>excoin</name>
     <description>Demo project for Spring Boot</description>
 
@@ -43,9 +43,23 @@
             <scope>system</scope>
             <systemPath>${basedir}/lib/ripple-core-0.0.1-SNAPSHOT.jar</systemPath>
         </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.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-aop</artifactId>
         </dependency>
 
         <dependency>
@@ -61,6 +75,11 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-amqp</artifactId>
+        </dependency>
+        <dependency>
+            <!-- websocket -->
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-websocket</artifactId>
         </dependency>
 
 <!--        <dependency>-->
@@ -263,6 +282,43 @@
             <version>4.3.5</version>
         </dependency>
         <!-- submail邮件 end -->
+
+
+        <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.jetbrains</groupId>
+            <artifactId>annotations</artifactId>
+            <version>13.0</version>
+            <scope>compile</scope>
+        </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>
     </dependencies>
 
     <build>

--
Gitblit v1.9.1