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>
|
2024-03-07 15:56:46 +08:00
|
|
|
<artifactId>agents-flex-store</artifactId>
|
2024-11-18 13:32:45 +08:00
|
|
|
<version>1.0.0-rc.2</version>
|
2024-01-12 16:24:14 +08:00
|
|
|
</parent>
|
|
|
|
|
2024-03-07 15:56:46 +08:00
|
|
|
<artifactId>agents-flex-store-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>
|
2024-01-17 17:25:14 +08:00
|
|
|
<dependencies>
|
2024-04-15 18:04:56 +08:00
|
|
|
|
2024-01-17 17:25:14 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.agentsflex</groupId>
|
|
|
|
<artifactId>agents-flex-core</artifactId>
|
2024-11-18 13:32:45 +08:00
|
|
|
<version>1.0.0-rc.2</version>
|
2024-01-17 17:25:14 +08:00
|
|
|
</dependency>
|
2024-04-15 18:04:56 +08:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2024-01-17 17:25:14 +08:00
|
|
|
</dependencies>
|
2024-01-12 16:24:14 +08:00
|
|
|
|
|
|
|
</project>
|