diff --git a/accompany-business/accompany-business-service/src/main/java/com/accompany/business/service/activity/WeekStarService.java b/accompany-business/accompany-business-service/src/main/java/com/accompany/business/service/activity/WeekStarService.java
index 01c10f27e..221601941 100644
--- a/accompany-business/accompany-business-service/src/main/java/com/accompany/business/service/activity/WeekStarService.java
+++ b/accompany-business/accompany-business-service/src/main/java/com/accompany/business/service/activity/WeekStarService.java
@@ -28,6 +28,7 @@ import com.google.common.collect.Lists;
import com.google.gson.reflect.TypeToken;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import org.springframework.util.CollectionUtils;
@@ -53,6 +54,7 @@ public class WeekStarService extends BaseService {
@Autowired
private WeekStarMapper weekStarMapper;
@Autowired
+ @Lazy
private ActivityPackService activityPackService;
@Autowired
private BoxPrizeStrategyFactory boxPrizeStrategyFactory;
diff --git a/pom.xml b/pom.xml
index 9e52d4db1..d6a3c02ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
2.9.7
1.9.13
1.0.2
- 3.20.0
+ 3.16.8
true
3.1.5
8.12.43