Files
qiufeng a5555a651f feat: AI功能剥离,版本升级
fix: 解决mf-ai中webflux请求层切面兼容性问题
fix: 解决mf-ai swagger使用问题
2026-07-14 18:54:01 +08:00

32 lines
1.1 KiB
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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>mf-api</artifactId>
<groupId>cn.com.mfish</groupId>
<version>mf-2.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mf-sys-api</artifactId>
<properties>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-core</artifactId>
</dependency>
<dependency>
<groupId>cn.com.mfish</groupId>
<artifactId>mf-common-dataset</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-annotation</artifactId>
</dependency>
</dependencies>
</project>