diff --git a/continew-admin-webapi/pom.xml b/continew-admin-webapi/pom.xml index ea4e44fa..b3b6ba23 100644 --- a/continew-admin-webapi/pom.xml +++ b/continew-admin-webapi/pom.xml @@ -42,6 +42,11 @@ <groupId>top.charles7c.continew</groupId> <artifactId>continew-admin-generator</artifactId> </dependency> + + <dependency> + <groupId>top.charles7c.continew</groupId> + <artifactId>continew-admin-system</artifactId> + </dependency> </dependencies> <build>