Merge pull request #3668 from actiontech/master-ci

adjust travis and quartz version
This commit is contained in:
wenyh
2023-04-23 10:36:55 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
dist: trusty
dist: xenial
language: java
jdk:
- oraclejdk8
- openjdk8
bundler_args: --retry 1
# safelist
branches:
@@ -22,5 +22,5 @@ deploy:
on:
repo: actiontech/dble
tags: true
jdk: oraclejdk8
jdk: openjdk8
draft: true
+1 -1
View File
@@ -87,7 +87,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>[2.3.2,)</version>
<version>2.3.2</version>
<exclusions>
<exclusion>
<groupId>com.mchange</groupId>