From 35d0c67bb3391d69a8333e5fad664a88a8ccfd0e Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 24 Nov 2021 18:00:40 +0800 Subject: [PATCH] 20211124 fish --- pom.xml | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 949ddab..cc934d3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.xcong</groupId> <artifactId>excoin</artifactId> - <version>gbz</version> + <version>xct</version> <name>excoin</name> <description>Demo project for Spring Boot</description> <parent> @@ -376,6 +376,29 @@ <scope>system</scope> <systemPath>${basedir}/lib/utils-0.4.0.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> </dependencies> <build> -- Gitblit v1.9.1