<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>live.lingting</groupId>
    <artifactId>virtual-currency</artifactId>
    <version>0.4.2</version>
  </parent>
  <groupId>live.lingting</groupId>
  <artifactId>virtual-currency-tronscan-sdk</artifactId>
  <version>0.4.2</version>
  <description>tronj 不维护了, 无法下载, 所以copy https://github.com/tronprotocol/tronj 源码过来</description>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <properties>
    <maven.compiler.source>8</maven.compiler.source>
    <maven.compiler.target>8</maven.compiler.target>
  </properties>
  <dependencies>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-core</artifactId>
      <version>3.5.0.Beta1</version>
    </dependency>
    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty-all</artifactId>
      <version>4.0.15.Final</version>
    </dependency>
    <dependency>
      <groupId>live.lingting</groupId>
      <artifactId>virtual-currency-core</artifactId>
      <version>${revision}</version>
    </dependency>
  </dependencies>
</project>
