agents-flex/agents-flex-storage/agents-flex-storage-aliyun/pom.xml

29 lines
1020 B
XML
Raw Normal View History

2024-01-12 16:24:14 +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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-storage</artifactId>
2024-01-19 14:15:00 +08:00
<version>1.0.0-alpha.1</version>
2024-01-12 16:24:14 +08:00
</parent>
<artifactId>agents-flex-storage-aliyun</artifactId>
2024-01-12 16:24:14 +08:00
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-core</artifactId>
2024-01-19 14:15:00 +08:00
<version>1.0.0-alpha.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
2024-01-12 16:24:14 +08:00
</project>