Skip to content

Commit

Permalink
add cloud-metrics dependency to workers (#6899)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed Jun 1, 2023
1 parent 7f77c83 commit c0f277d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airbyte-workers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ configurations {
}

configurations.all {
// The quartz-scheduler brings in a really old version of hikari, we do not want to inherit this version.
exclude group: "com.zaxxer", module: "HikariCP-java7"
resolutionStrategy {
// Ensure that the versions defined in deps.toml are used
// instead of versions from transitive dependencies
force libs.flyway.core, libs.jooq, libs.s3, libs.aws.java.sdk.s3
}
}

dependencies {
annotationProcessor platform(libs.micronaut.bom)
annotationProcessor libs.bundles.micronaut.annotation.processor
Expand Down

0 comments on commit c0f277d

Please sign in to comment.