<?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.bytedanceapi</groupId>
  <artifactId>ttsdk-uploader</artifactId>
  <version>1.1.1.0001</version>
  <packaging>aar</packaging>
  <dependencies>
    <dependency>
      <groupId>com.bytedanceapi</groupId>
      <artifactId>ttsdk-ttuploader</artifactId>
      <version>1.1.1.0001</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.bytedanceapi</groupId>
      <artifactId>ttsdk-ttcommon</artifactId>
      <version>1.1.1.0001</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>Pandora(TTSDK)</name>
  <description>TTSDK of Bytedance</description>
  <url>https://open.bytedance.com/</url>
  <scm>
    <url>https://github.com/TTvcloud/vcloud-sdk-java</url>
    <connection>scm:git:https://github.com/TTvcloud/vcloud-sdk-java.git</connection>
    <developerConnection>scm:git:https://github.com/TTvcloud/vcloud-sdk-java.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ttvcloudproducts</id>
      <name>chao.li</name>
      <email>chao.li@bytedance.com</email>
    </developer>
  </developers>
</project>
