<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.highmobility</groupId>
  <artifactId>command-queue</artifactId>
  <version>1.1.0</version>
  <packaging>aar</packaging>
  <name>command-queue</name>
  <url>https://github.com/highmobility/command-queue-android</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https ://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <scm>
    <connection>https://github.com/highmobility/command-queue-android</connection>
    <developerConnection>https://github.com/highmobility/command-queue-android</developerConnection>
    <url>https://github.com/highmobility/command-queue-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.4.10</version>
    </dependency>
    <dependency>
      <groupId>hmkit-android</groupId>
      <artifactId>hmkit-android</artifactId>
      <version>2.0.4</version>
    </dependency>
    <dependency>
      <groupId>hmkit-android</groupId>
      <artifactId>hmkit-crypto</artifactId>
      <version>unspecified</version>
    </dependency>
    <dependency>
      <groupId>hmkit-android</groupId>
      <artifactId>hmkit-utils</artifactId>
      <version>unspecified</version>
    </dependency>
    <dependency>
      <groupId>hmkit-android</groupId>
      <artifactId>hmkit-auto-api</artifactId>
      <version>unspecified</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
    </dependency>
    <dependency>
      <groupId>com.jakewharton.timber</groupId>
      <artifactId>timber</artifactId>
      <version>4.7.1</version>
    </dependency>
  </dependencies>
</project>
