<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>
  <parent>
    <groupId>icu.easyj.sdk</groupId>
    <artifactId>sdk-parent</artifactId>
    <version>0.2.5</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <groupId>icu.easyj.sdk</groupId>
  <artifactId>easyj-baidu-cloud-sdk</artifactId>
  <version>0.2.5</version>
  <name>${project.groupId} :: ${project.artifactId}</name>
  <description>EasyJ 百度云SDK模块。
		目前包括以下服务：
		1、DWZ（短链接服务）: https://console.bce.baidu.com/dwz</description>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>icu.easyj</groupId>
      <artifactId>easyj-all</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>icu.easyj.sdk</groupId>
      <artifactId>easyj-dwz-sdk-core</artifactId>
      <version>${project.version}</version>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
    </dependency>
    <dependency>
      <groupId>com.alibaba</groupId>
      <artifactId>fastjson</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
