瀏覽代碼

fixed: 强制指定quartz版本,解决同时使用Postgres数据库与quartz2.5.2版本产生的bug

Leslie 6 月之前
父節點
當前提交
d12abb4e5a
共有 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.0</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>