<?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.github.uport-project.uport-android-sdk</groupId>
  <artifactId>sdk</artifactId>
  <version>0.4.0</version>
  <packaging>aar</packaging>
  <name>sdk</name>
  <description>wrapper library for the uPort SDK</description>
  <url>https://developer.uport.me</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mirceanis</id>
      <name>Mircea Nistor</name>
      <email>mircea.nistor@consensys.net</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/uport-project/uport-android-sdk.git</connection>
    <developerConnection>https://github.com/uport-project/uport-android-sdk.git</developerConnection>
    <url>https://developer.uport.me</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.willowtreeapps.assertk</groupId>
      <artifactId>assertk-jvm</artifactId>
      <version>0.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.uport-project.uport-android-sdk</groupId>
      <artifactId>signer</artifactId>
      <version>0.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.uport-project.uport-android-sdk</groupId>
      <artifactId>identity</artifactId>
      <version>0.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.uport-project.uport-android-sdk</groupId>
      <artifactId>core</artifactId>
      <version>0.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.uport-project.uport-android-sdk</groupId>
      <artifactId>jsonrpc</artifactId>
      <version>0.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.uport-project.uport-android-sdk</groupId>
      <artifactId>universal-did</artifactId>
      <version>0.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.uport-project.uport-android-sdk</groupId>
      <artifactId>ethr-did</artifactId>
      <version>0.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.uport-project.uport-android-sdk</groupId>
      <artifactId>uport-did</artifactId>
      <version>0.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.uport-project.uport-android-sdk</groupId>
      <artifactId>https-did</artifactId>
      <version>0.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.uport-project.uport-android-sdk</groupId>
      <artifactId>credentials</artifactId>
      <version>0.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.uport-project.uport-android-sdk</groupId>
      <artifactId>transport</artifactId>
      <version>0.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-annotations</artifactId>
      <version>28.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.moshi</groupId>
      <artifactId>moshi-kotlin</artifactId>
      <version>1.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.gnosis.bivrost-kotlin</groupId>
      <artifactId>bivrost-solidity-types</artifactId>
      <version>1c0efeb7f3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
