feat: 项目需求管理

This commit is contained in:
2025-11-19 11:23:19 +08:00
parent c038b42e09
commit f13ef3232b
78 changed files with 3621 additions and 10 deletions

12
pom.xml
View File

@@ -41,7 +41,17 @@
<dependencyManagement>
<dependencies>
<!-- 项目管理 -->
<dependency>
<groupId>org.nl</groupId>
<artifactId>nl-plugin-pmm</artifactId>
<version>${snowy.version}</version>
</dependency>
<dependency>
<groupId>org.nl</groupId>
<artifactId>nl-plugin-pmm-api</artifactId>
<version>${snowy.version}</version>
</dependency>
<!-- snowy-common -->
<dependency>
<groupId>org.nl</groupId>