2025-06-02 21:30:55 +08:00

29 lines
833 B
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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>boyue-file</artifactId>
<groupId>com.boyue</groupId>
<version>3.8.9-G</version>
</parent>
<groupId>com.boyue</groupId>
<artifactId>boyue-file-oss-alibaba</artifactId>
<description>oss中间件</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.boyue</groupId>
<artifactId>boyue-file-common</artifactId>
</dependency>
<!--阿里云oss-->
<dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
</dependency>
</dependencies>
</project>