<?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.volcengine</groupId>
  <artifactId>zeusbroadcastapi</artifactId>
  <version>3.1.4</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>com.volcengine</groupId>
      <artifactId>zeus-core</artifactId>
      <version>0.0.2-alpha.43</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>androidx.appcompat</groupId>
        </exclusion>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>com.android.support</groupId>
        </exclusion>
        <exclusion>
          <artifactId>downloader</artifactId>
          <groupId>com.bytedance.ies.social.base</groupId>
        </exclusion>
        <exclusion>
          <artifactId>downloader_api</artifactId>
          <groupId>com.bytedance.ies.social.base</groupId>
        </exclusion>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>androidx.legacy</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>androidx.fragment</groupId>
      <artifactId>fragment</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>downloader</artifactId>
          <groupId>com.bytedance.ies.social.base</groupId>
        </exclusion>
        <exclusion>
          <artifactId>downloader_api</artifactId>
          <groupId>com.bytedance.ies.social.base</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.volcengine.android</groupId>
      <artifactId>ds_platform_zeus</artifactId>
      <version>3.1.4</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>downloader</artifactId>
          <groupId>com.bytedance.ies.social.base</groupId>
        </exclusion>
        <exclusion>
          <artifactId>downloader_api</artifactId>
          <groupId>com.bytedance.ies.social.base</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.10.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>downloader</artifactId>
          <groupId>com.bytedance.ies.social.base</groupId>
        </exclusion>
        <exclusion>
          <artifactId>downloader_api</artifactId>
          <groupId>com.bytedance.ies.social.base</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
