From 23de473eca0e0fc862706b0e19a9185bbe6517fa Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 21 Dec 2021 10:54:45 +0800
Subject: [PATCH] Merge branch 'master' of http://120.27.238.55:7000/r/xc-video
---
pom.xml | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 53fa9ec..57c559f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,6 @@
</properties>
<dependencies>
-
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
@@ -237,6 +236,14 @@
</dependency>
<dependency>
+ <groupId>com.sunlight</groupId>
+ <artifactId>tron-sdk</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <scope>system</scope>
+ <systemPath>${basedir}/lib/tron-sdk-1.0.jar</systemPath>
+ </dependency>
+
+ <dependency>
<groupId>org.tron.trident</groupId>
<artifactId>abi</artifactId>
<version>0.3.0</version>
@@ -257,14 +264,6 @@
<version>0.3.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/core-0.3.0.jar</systemPath>
- </dependency>
-
- <dependency>
- <groupId>com.sunlight</groupId>
- <artifactId>tron-sdk</artifactId>
- <version>1.0-SNAPSHOT</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/tron-sdk-1.0.jar</systemPath>
</dependency>
<dependency>
--
Gitblit v1.9.1