| | |
| | | <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> |
| | |
| | | <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> |