2025-09-28 14:20:09 +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>org.xyzh</groupId>
|
|
|
|
|
<artifactId>school-news</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-09-28 14:20:09 +08:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-09-28 14:20:09 +08:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<modules>
|
2025-09-28 15:50:46 +08:00
|
|
|
<module>api-all</module>
|
2025-09-28 14:20:09 +08:00
|
|
|
<module>api-auth</module>
|
2025-09-28 15:50:46 +08:00
|
|
|
<module>api-system</module>
|
2025-10-15 13:11:19 +08:00
|
|
|
<module>api-usercenter</module>
|
2025-10-24 18:28:26 +08:00
|
|
|
<module>api-achievement</module>
|
2025-10-15 13:11:19 +08:00
|
|
|
<module>api-ai</module>
|
|
|
|
|
<module>api-study</module>
|
|
|
|
|
<module>api-news</module>
|
2025-10-16 10:31:13 +08:00
|
|
|
<module>api-file</module>
|
2025-10-25 18:46:54 +08:00
|
|
|
<module>api-crontab</module>
|
2025-11-13 19:00:27 +08:00
|
|
|
<module>api-message</module>
|
2025-11-21 18:56:14 +08:00
|
|
|
<module>api-sensitive</module>
|
2025-09-28 14:20:09 +08:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<maven.compiler.source>21</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>21</maven.compiler.target>
|
|
|
|
|
</properties>
|
2025-09-28 15:50:46 +08:00
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-all</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-09-28 15:50:46 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-auth</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-09-28 15:50:46 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-system</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-09-28 15:50:46 +08:00
|
|
|
</dependency>
|
2025-10-15 13:11:19 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-course</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-10-15 13:11:19 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-study</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-10-15 13:11:19 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-usercenter</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-10-15 13:11:19 +08:00
|
|
|
</dependency>
|
2025-10-24 18:28:26 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-achievement</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-10-24 18:28:26 +08:00
|
|
|
</dependency>
|
2025-10-15 13:11:19 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-ai</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-10-15 13:11:19 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-news</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-10-15 13:11:19 +08:00
|
|
|
</dependency>
|
2025-10-24 18:28:26 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-file</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-10-24 18:28:26 +08:00
|
|
|
</dependency>
|
2025-10-25 18:46:54 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-crontab</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-message</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
2025-10-25 18:46:54 +08:00
|
|
|
</dependency>
|
2025-11-21 18:56:14 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
|
|
|
|
<artifactId>api-sensitive</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
</dependency>
|
2025-09-28 15:50:46 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
2025-09-28 14:20:09 +08:00
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
2025-09-28 15:50:46 +08:00
|
|
|
<artifactId>common-core</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-09-28 14:20:09 +08:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xyzh</groupId>
|
2025-09-28 15:50:46 +08:00
|
|
|
<artifactId>common-dto</artifactId>
|
2025-11-13 19:00:27 +08:00
|
|
|
<version>1.0.0</version>
|
2025-09-28 14:20:09 +08:00
|
|
|
</dependency>
|
2025-11-06 16:43:28 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
</dependency>
|
2025-09-28 14:20:09 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
2025-09-28 15:50:46 +08:00
|
|
|
|
2025-09-28 14:20:09 +08:00
|
|
|
</project>
|