七夕活动-收送礼-cp小时榜定时任务

This commit is contained in:
khalil
2023-08-15 21:59:08 +08:00
parent e4f6cf369b
commit 6cd862f44f
2 changed files with 5 additions and 5 deletions

View File

@@ -18,11 +18,6 @@
<artifactId>accompany-business-service</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.accompany</groupId>
<artifactId>festival-activity-web</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>

View File

@@ -17,6 +17,11 @@
<artifactId>accompany-scheduler-service</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.accompany</groupId>
<artifactId>festival-activity-scheduler</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
<build>