From 0839b96dce23c1e53934dfd1f0ae8c1720ca8dfd Mon Sep 17 00:00:00 2001 From: qianxj <qianxj15@sina.com> Date: 星期四, 23 二月 2023 20:35:08 +0800 Subject: [PATCH] smartor update --- pom.xml | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 4414648..1b7abf7 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <name>ruoyi</name> <url>http://www.ruoyi.vip</url> - <description>鑻ヤ緷绠$悊绯荤粺111</description> + <description>鑻ヤ緷绠$悊绯荤粺</description> <properties> <ruoyi.version>3.8.5</ruoyi.version> @@ -178,6 +178,13 @@ <version>${ruoyi.version}</version> </dependency> + <!-- 閫氱敤宸ュ叿--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>smartor</artifactId> + <version>${ruoyi.version}</version> + </dependency> + </dependencies> </dependencyManagement> @@ -188,6 +195,7 @@ <module>ruoyi-quartz</module> <module>ruoyi-generator</module> <module>ruoyi-common</module> + <module>smartor</module> </modules> <packaging>pom</packaging> -- Gitblit v1.9.3