<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.jcohy</groupId>
  <artifactId>jcohy-ali-oss</artifactId>
  <version>3.2.2.2</version>
  <name>jcohy-ali-oss</name>
  <description>A Gradle plugin that transform file to aliyun oss when use OssUploadPlugin</description>
  <url>https://github.com/jcohy/jcohy-gradle-plugins.git</url>
  <organization>
    <name>jcohy</name>
    <url>https://github.com/jcohy</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>jiachao23</name>
      <email>jia_chao23@126.com</email>
      <organization>jcohy</organization>
      <organizationUrl>https://github.com/jcohy</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/jcohy/jcohy-gradle-plugins</connection>
    <developerConnection>scm:git:git://github.com/jcohy/jiachao23</developerConnection>
    <url>https://github.com/jcohy/jcohy-gradle-plugins.git</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/jcohy/jcohy-gradle-plugins/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.aliyun.oss</groupId>
      <artifactId>aliyun-sdk-oss</artifactId>
      <version>3.16.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>3.2.0</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
