Files
schoolNews/schoolNewsServ/api/api-all/pom.xml

65 lines
2.0 KiB
XML
Raw Normal View History

2025-09-28 15:50:46 +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>api</artifactId>
2025-11-13 19:00:27 +08:00
<version>1.0.0</version>
2025-09-28 15:50:46 +08:00
</parent>
<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
<packaging>jar</packaging>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>api-auth</artifactId>
</dependency>
2025-10-24 18:28:26 +08:00
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>api-achievement</artifactId>
</dependency>
2025-09-28 15:50:46 +08:00
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>api-system</artifactId>
</dependency>
2025-10-15 13:11:19 +08:00
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>api-news</artifactId>
</dependency>
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>api-study</artifactId>
</dependency>
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>api-usercenter</artifactId>
</dependency>
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>api-ai</artifactId>
</dependency>
2025-10-24 18:28:26 +08:00
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>api-file</artifactId>
</dependency>
2025-10-25 18:46:54 +08:00
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>api-crontab</artifactId>
</dependency>
2025-11-13 19:00:27 +08:00
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>api-message</artifactId>
</dependency>
2025-09-28 15:50:46 +08:00
</dependencies>
</project>