mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-13 20:53:42 +08:00
22 lines
694 B
XML
22 lines
694 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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>ruoyi-ai</artifactId>
|
|
<groupId>org.ruoyi</groupId>
|
|
<version>${revision}</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>ruoyi-extend</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>ruoyi-mcp-server</module>
|
|
<module>ruoyi-ai-copilot</module>
|
|
</modules>
|
|
|
|
</project>
|