40 lines
1.4 KiB
XML
40 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<artifactId>minio-plus-parent</artifactId>
|
|
<groupId>me.liuxp</groupId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>minio-plus-core</artifactId>
|
|
<packaging>jar</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>me.liuxp</groupId>
|
|
<artifactId>minio-plus-common</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>me.liuxp</groupId>
|
|
<artifactId>minio-plus-api</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>me.liuxp</groupId>
|
|
<artifactId>minio-s3-api-definition</artifactId>
|
|
</dependency>
|
|
<!-- google图片压缩 -->
|
|
<dependency>
|
|
<groupId>net.coobird</groupId>
|
|
<artifactId>thumbnailator</artifactId>
|
|
<version>${thumbnailator.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |