소스 검색

Merge pull request #1037 from unsafe-ptr/master-jdk17

quartz定时任务失效问题
芋道源码 6 달 전
부모
커밋
80bca183ce
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -56,6 +56,13 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+
+            <!-- 强制指定quartz版本 -->
+            <dependency>
+                <groupId>org.quartz-scheduler</groupId>
+                <artifactId>quartz</artifactId>
+                <version>2.5.2</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>