<?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</groupId>
    <artifactId>easyj-parent</artifactId>
    <version>0.4.2</version>
  </parent>
  <groupId>icu.easyj.sdk</groupId>
  <artifactId>sdk-parent</artifactId>
  <packaging>pom</packaging>
  <name>icu.easyj.sdk :: sdk-parent</name>
  <description>EasyJ依赖于第三方API服务的模块，提供方便调用第三方服务的SDK包，如：阿里云、腾讯云、百度云等等。</description>
  <url>https://easyj.icu/sdk-parent</url>
  <organization>
    <name>EasyJ开源社区</name>
    <url>https://gitee.com/easyj-projects</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>wangliang181230</id>
      <name>王良</name>
      <email>841369634@qq.com</email>
      <url>https://gitee.com/wangliang181230</url>
      <organization>浙江蕙康科技有限公司</organization>
      <organizationUrl>https://www.jyhk.com</organizationUrl>
      <roles>
        <role>Java架构师</role>
      </roles>
    </developer>
  </developers>
  <modules>
    <module>ocr-sdk-core</module>
    <module>dwz-sdk-core</module>
    <module>3rd-party-sdk-parent/baidu-cloud-sdk</module>
    <module>3rd-party-sdk-parent/s3-service-sdk</module>
    <module>3rd-party-sdk-parent/tencent-cloud-sdk</module>
  </modules>
  <scm>
    <connection>scm:git@gitee.com:easyj-projects/easyj.git/sdk-parent</connection>
    <developerConnection>scm:git@gitee.com:easyj-projects/easyj.git/sdk-parent</developerConnection>
    <url>https://gitee.com/easyj-projects/easyj/sdk-parent</url>
  </scm>
  <issueManagement>
    <system>gitee</system>
    <url>https://gitee.com/easyj-projects/easyj/issues</url>
  </issueManagement>
</project>
