2025-12-25 09:31:52 +08:00

25 lines
868 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>
<groupId>com.seer.teach</groupId>
<artifactId>seer-teach-cloud-21</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>seer-open-api</artifactId>
<packaging>pom</packaging>
<modules>
<module>seer-open-api-common</module>
<module>seer-open-api-module</module>
<module>seer-open-api-controller</module>
<module>seer-open-api-service</module>
<module>seer-open-api-bootstrap</module>
</modules>
</project>