<?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.bandyer</groupId>
  <artifactId>communication_center</artifactId>
  <version>1.2.6</version>
  <packaging>aar</packaging>
  <name>Android-CommunicationCenter</name>
  <description>This library is the Bandyer's communication center for android.</description>
  <url>https://github.com/Bandyer/Android-CommunicationCenter</url>
  <licenses>
    <license>
      <name>Unlicense</name>
      <url>https://github.com/Bandyer/Android-CommunicationCenter/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>krispetrov</id>
      <name>Bandyer Srl</name>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/Bandyer/Android-CommunicationCenter.git</connection>
    <developerConnection>https://github.com/Bandyer/Android-CommunicationCenter.git</developerConnection>
    <url>https://github.com/Bandyer/Android-CommunicationCenter</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>core_av</artifactId>
      <version>1.5.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>bandyer-android-common</artifactId>
          <groupId>com.bandyer</groupId>
        </exclusion>
        <exclusion>
          <artifactId>socket.io-client</artifactId>
          <groupId>com.bandyer</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>bandyer-android-common</artifactId>
      <version>1.0.9</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>android.arch.core</groupId>
        </exclusion>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>android.arch.lifecycle</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.3.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bandyer</groupId>
      <artifactId>socket.io-client</artifactId>
      <version>1.0.9</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>json</artifactId>
          <groupId>org.json</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.mockk</groupId>
      <artifactId>mockk</artifactId>
      <version>1.9.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>2.28.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20140107</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
