<?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.github.vhall.android.library</groupId>
  <artifactId>vh-saas-sdk</artifactId>
  <version>6.3.0</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>com.github.vhall.android.library</groupId>
      <artifactId>vhallyun-framework</artifactId>
      <version>2.4.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.vhall.android.library</groupId>
      <artifactId>vhallyun-ims</artifactId>
      <version>2.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.vhall.android.library</groupId>
      <artifactId>vhallyun-vod</artifactId>
      <version>2.5.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.vhall.android.library</groupId>
      <artifactId>vhallyun-ops</artifactId>
      <version>2.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.vhall.android.base</groupId>
      <artifactId>vhall-module-rtc-so</artifactId>
      <version>3.3.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.vhall.android.library</groupId>
      <artifactId>vhallyun-ilss</artifactId>
      <version>2.5.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>vhall-module-rtc-so</artifactId>
          <groupId>com.github.vhall.android.base</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.vhall.android.library</groupId>
      <artifactId>vhallyun-lss</artifactId>
      <version>2.5.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
