fix
Helius
2021-11-30 45861a33903dfff58a5d627c729f8f87a5678c02
pom.xml
@@ -35,58 +35,36 @@
    </properties>
    <dependencies>
        <dependency>
            <groupId>io.grpc</groupId>
            <artifactId>grpc-netty-shaded</artifactId>
            <version>1.31.0</version>
        </dependency>
        <dependency>
            <groupId>io.grpc</groupId>
            <artifactId>grpc-netty</artifactId>
            <version>1.31.0</version>
        </dependency>
        <dependency>
            <groupId>io.grpc</groupId>
            <artifactId>grpc-okhttp</artifactId>
            <version>1.31.0</version>
        </dependency>
        <dependency>
            <groupId>io.grpc</groupId>
            <artifactId>grpc-protobuf</artifactId>
            <version>1.31.0</version>
        </dependency>
        <dependency>
            <groupId>io.grpc</groupId>
            <artifactId>grpc-stub</artifactId>
            <version>1.31.0</version>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-data-redis</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.grpc</groupId>-->
<!--            <artifactId>grpc-netty-shaded</artifactId>-->
<!--            <version>1.31.0</version>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>io.grpc</groupId>-->
<!--            <artifactId>grpc-netty</artifactId>-->
<!--            <version>1.31.0</version>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>io.grpc</groupId>-->
<!--            <artifactId>grpc-okhttp</artifactId>-->
<!--            <version>1.31.0</version>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>io.grpc</groupId>-->
<!--            <artifactId>grpc-protobuf</artifactId>-->
<!--            <version>1.31.0</version>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>io.grpc</groupId>-->
<!--            <artifactId>grpc-stub</artifactId>-->
<!--            <version>1.31.0</version>-->
<!--        </dependency>-->
        <dependency>
            <groupId>ripple</groupId>
            <artifactId>ripple</artifactId>
@@ -138,11 +116,6 @@
<!--            <artifactId>spring-security-test</artifactId>-->
<!--            <scope>test</scope>-->
<!--        </dependency>-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-data-redis</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
@@ -391,14 +364,13 @@
        </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>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>
@@ -407,34 +379,59 @@
            <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>-->
        <dependency>
            <groupId>com.github.ki5fpl.tronj</groupId>
            <groupId>org.tron.trident</groupId>
            <artifactId>abi</artifactId>
            <version>0.4.0</version>
            <version>0.3.0</version>
            <scope>system</scope>
            <systemPath>${basedir}/lib/abi-0.4.0.jar</systemPath>
            <systemPath>${basedir}/lib/abi-0.3.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>
            <groupId>org.tron.trident</groupId>
            <artifactId>utils</artifactId>
            <version>0.4.0</version>
            <version>0.3.0</version>
            <scope>system</scope>
            <systemPath>${basedir}/lib/utils-0.4.0.jar</systemPath>
            <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>
<!--        implementation 'io.grpc:grpc-netty-shaded:1.31.0'-->
<!--        implementation 'io.grpc:grpc-netty:1.31.0'-->
<!--        implementation 'io.grpc:grpc-okhttp:1.31.0'-->
<!--        implementation 'io.grpc:grpc-protobuf:1.31.0'-->
<!--        implementation 'io.grpc:grpc-stub:1.31.0'-->
        <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>
    </dependencies>
    <build>