<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>io.gitee.granwin</groupId>
  <artifactId>granwin-sdk</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>

  <name>Granwin Android SDK</name>
  <description>Closed-source Android SDK for Granwin V5 device connectivity and management.</description>
  <url>https://gitee.com/granwin/v5-native-demo---android</url>

  <licenses>
    <license>
      <name>Proprietary License</name>
      <url>https://gitee.com/granwin/v5-native-demo---android</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <developers>
    <developer>
      <id>granwin</id>
      <name>Granwin</name>
      <email>steven.xu@granwin.com</email>
      <organization>Granwin</organization>
      <organizationUrl>https://gitee.com/granwin</organizationUrl>
    </developer>
  </developers>

  <scm>
    <connection>scm:git:https://gitee.com/granwin/v5-native-demo---android.git</connection>
    <developerConnection>scm:git:https://gitee.com/granwin/v5-native-demo---android.git</developerConnection>
    <url>https://gitee.com/granwin/v5-native-demo---android</url>
  </scm>

  <dependencies>
    <dependency>
      <groupId>org.jmdns</groupId>
      <artifactId>jmdns</artifactId>
      <version>3.6.3</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.10.1</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.9.0</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>converter-gson</artifactId>
      <version>2.9.0</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.14.9</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.paho</groupId>
      <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
      <version>1.2.5</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.paho</groupId>
      <artifactId>org.eclipse.paho.android.service</artifactId>
      <version>1.1.1</version>
    </dependency>
  </dependencies>
</project>
