|
@@ -15,6 +15,7 @@
|
|
|
quartz定时任务
|
|
|
</description>
|
|
|
|
|
|
+
|
|
|
<dependencies>
|
|
|
|
|
|
<!-- 定时任务 -->
|
|
@@ -34,13 +35,19 @@
|
|
|
<groupId>com.hjy</groupId>
|
|
|
<artifactId>zhbsq-common</artifactId>
|
|
|
</dependency>
|
|
|
-
|
|
|
- <!-- 系统业务模块-->
|
|
|
<dependency>
|
|
|
<groupId>com.hjy</groupId>
|
|
|
<artifactId>zhbsq-modlue</artifactId>
|
|
|
+ <version>3.8.3</version>
|
|
|
+ <scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!-- 系统业务模块-->
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.hjy</groupId>-->
|
|
|
+<!-- <artifactId>zhbsq-modlue</artifactId>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+
|
|
|
|
|
|
</dependencies>
|
|
|
|