OpenMM/minio-plus-api/pom.xml

36 lines
1.2 KiB
XML
Raw Normal View History

2024-05-25 15:17:47 +08:00
<?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>
2024-06-07 10:14:23 +08:00
<groupId>me.liuxp</groupId>
2024-05-25 15:17:47 +08:00
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2024-06-05 16:42:14 +08:00
<artifactId>minio-plus-api</artifactId>
<packaging>jar</packaging>
2024-05-25 15:17:47 +08:00
<dependencies>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
<!--Swagger工具包 knife4j -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-annotations</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/io.swagger/swagger-annotations -->
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
2024-05-25 15:17:47 +08:00
</dependencies>
</project>