From cdc4b8b1f21239b0bd313f7214d0f8b444efce20 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期日, 05 十二月 2021 19:40:07 +0800 Subject: [PATCH] 编写依赖库,国内高校 --- pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 4dd5166..ef4a0bd 100644 --- a/pom.xml +++ b/pom.xml @@ -279,6 +279,13 @@ <version>${ruoyi-vue-plus.version}</version> </dependency> + <!-- oa妯″潡 --> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-oa</artifactId> + <version>${ruoyi-vue-plus.version}</version> + </dependency> + </dependencies> </dependencyManagement> @@ -292,6 +299,7 @@ <module>ruoyi-demo</module> <module>ruoyi-extend</module> <module>ruoyi-oss</module> + <module>ruoyi-oa</module> </modules> <packaging>pom</packaging> -- Gitblit v1.9.1