<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
  <groupId>com.milfont.tezos</groupId>
  <artifactId>tezosj_android</artifactId>
  <version>0.0.3</version>
  <packaging>aar</packaging>
  <name>TezosJ</name>
  <description>Tezos Java Integration Library</description>
  <url>https://github.com/LMilfont/TezosJ</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>LMilfont</id>
      <name>Luiz Milfont</name>
      <email>lmilfont@hotmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/LMilfont/TezosJ.git</connection>
    <developerConnection>https://github.com/LMilfont/TezosJ.git</developerConnection>
    <url>https://github.com/LMilfont/TezosJ</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>r05</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.6.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
