更新 template/manager/pom.xml

This commit is contained in:
2024-08-16 19:16:38 +08:00
parent ec13b34bf8
commit adbe298578

View File

@@ -20,5 +20,9 @@
<groupId>{{ .groupId }}</groupId> <groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-common</artifactId> <artifactId>{{ .artifactId }}-common</artifactId>
</dependency> </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>