<?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>cn.tannn.jdevelops</groupId>
    <artifactId>jdevelops-files</artifactId>
    <version>1.0.2</version>
  </parent>
  <artifactId>jdevelops-files-sdk</artifactId>
  <version>1.0.2</version>
  <name>jdevelops :: files :: sdk</name>
  <description>1. 依赖式files-sdk
        2. 建议使用https://gitee.com/tanoo/tfiles</description>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>cn.tannn.cat</groupId>
      <artifactId>file-sdk</artifactId>
      <version>0.0.6.1</version>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>${spring.boot.version}</version>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
