<?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.azure.android</groupId>
  <artifactId>azure-communication-calling</artifactId>
  <version>2.2.2</version>
  <packaging>aar</packaging>
  <name>Microsoft Azure Android Voice &amp; Video Calling Library for Communication Services</name>
  <description>This package contains Android client library code for enabling Voice and Video Calling capabilities for Azure Communication Services</description>
  <url>https://github.com/Azure/azure-sdk-for-android</url>
  <inceptionYear>2020</inceptionYear>
  <licenses>
    <license>
      <name>Licensed under the Microsoft Software License Terms for the Azure Communications Services, Azure CPaaS, AZURE COMMUNICATION SERVICES VOICE AND VIDEO CALLING CLIENT LIBRARY. See EULA.txt for license information.</name>
      <url>https://repo.maven.apache.org/maven2/com/azure/android/azure-communication-calling/2.2.2/azure-communication-calling-2.2.2-eula.md</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Microsoft</id>
      <name>Microsoft</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/Azure/azure-sdk-for-android.git</connection>
    <developerConnection>scm:git:https://github.com/Azure/azure-sdk-for-android.git</developerConnection>
    <url>https://github.com/Azure/azure-sdk-for-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.azure.android</groupId>
      <artifactId>azure-communication-common</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>net.sourceforge.streamsupport</groupId>
      <artifactId>android-retrofuture</artifactId>
      <version>1.7.3</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.6</version>
    </dependency>
  </dependencies>
</project>
