Files
huachuang/nl-module-lms/pom.xml

24 lines
781 B
XML
Raw Permalink Normal View History

2026-07-10 09:29:33 +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>cn.nl.cloud</groupId>
<artifactId>nl</artifactId>
<version>${revision}</version>
</parent>
<artifactId>nl-module-lms</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
lms 模块下,我们放生产的核心业务。
</description>
<modules>
<module>nl-module-lms-api</module>
<module>nl-module-lms-server</module>
</modules>
</project>