Skip to content

Commit

Permalink
Merge pull request #4205 from irwinsun/issue_4175
Browse files Browse the repository at this point in the history
bug:补充开源版缺失配置 #4174
  • Loading branch information
irwinsun authored May 14, 2021
2 parents 2f0d96e + 97f713a commit 1fb5688
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/backend/ci/core/process/plugin-trigger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ dependencies {
compile project(":core:process:api-process")
compile project(":core:process:plugin-sdk")

compile "org.quartz-scheduler:quartz:2.1.3"
implementation( "org.quartz-scheduler:quartz") {
exclude group: "com.zaxxer", module: "HikariCP-java7"
}
}

apply from: "$rootDir/task_deploy_to_maven.gradle"

0 comments on commit 1fb5688

Please sign in to comment.