<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>se.curity.identityserver</groupId>
  <artifactId>identityserver.haapi.android.driver</artifactId>
  <version>2.0.0</version>
  <packaging>aar</packaging>
  <name>Curity Identity Server Android HAAPI Driver</name>
  <description>Android HAAPI Driver used for clients of the Curity Identity Server</description>
  <url>https://curity.io/product/</url>
  <inceptionYear>2020</inceptionYear>
  <licenses>
    <license>
      <name>The Curity Identity Server License Agreement</name>
      <url>https://curity.io/</url>
      <distribution>manual</distribution>
      <comments>To obtain a license for using the SDK, contact sales@curity.io</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Travis Spencer</name>
      <email>travis.spencer@curity.io</email>
      <organization>Curity AB</organization>
      <organizationUrl>https://curity.io</organizationUrl>
    </developer>
  </developers>
  <scm>
    <url>https://curity.io/product/</url>
  </scm>
  <issueManagement>
    <system>Curity Help Desk</system>
    <url>https://curity.support/</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.bitbucket.b_c</groupId>
      <artifactId>jose4j</artifactId>
      <version>0.6.5</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
