| | |
| | | <artifactId>spring-boot-starter-websocket</artifactId> |
| | | </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>io.vertx</groupId> |
| | | <artifactId>vertx-core</artifactId> |
| | |
| | | <artifactId>bcprov-jdk15on</artifactId> |
| | | <version>1.68</version> |
| | | </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> |