Files
klp-oa/klp-oss/pom.xml

34 lines
897 B
XML
Raw Normal View History

2021-12-21 10:15:12 +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>
2025-07-17 18:07:48 +08:00
<artifactId>klp-oa</artifactId>
<groupId>com.klp</groupId>
2023-05-14 16:15:21 +08:00
<version>0.8.3</version>
2021-12-21 10:15:12 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
2025-07-17 18:07:48 +08:00
<artifactId>klp-oss</artifactId>
2021-12-21 10:15:12 +08:00
<description>
OSS对象存储模块
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
2025-07-17 18:07:48 +08:00
<groupId>com.klp</groupId>
<artifactId>klp-common</artifactId>
2021-12-21 10:15:12 +08:00
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
2021-12-21 10:15:12 +08:00
</dependency>
</dependencies>
</project>