Skip to content

Commit

Permalink
Revert "Bmoric/temporal cleaning cron (#16414)" (#17192)
Browse files Browse the repository at this point in the history
This reverts commit bbb59d8.
  • Loading branch information
benmoriceau authored Sep 26, 2022
1 parent f854222 commit 7516679
Show file tree
Hide file tree
Showing 64 changed files with 158 additions and 759 deletions.
42 changes: 0 additions & 42 deletions airbyte-commons-temporal/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion airbyte-container-orchestrator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies {
implementation project(':airbyte-api')
implementation project(':airbyte-config:config-models')
implementation project(':airbyte-config:config-persistence')
implementation project(':airbyte-commons-temporal')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-json-validation')
implementation project(':airbyte-protocol:protocol-models')
Expand Down
14 changes: 2 additions & 12 deletions airbyte-cron/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,9 @@ plugins {
}

dependencies {
implementation 'com.auth0:java-jwt:3.19.2'
implementation 'io.fabric8:kubernetes-client:5.12.2'
implementation 'io.sentry:sentry:6.3.1'
implementation 'io.temporal:temporal-sdk:1.8.1'
implementation 'io.temporal:temporal-serviceclient:1.8.1'

implementation project(':airbyte-api')
implementation project(':airbyte-analytics')
implementation project(':airbyte-commons-temporal')
implementation project(':airbyte-config:config-models')
implementation project(':airbyte-config:config-persistence')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-metrics:metrics-lib')

runtimeOnly 'io.micronaut:micronaut-http-server-netty:3.6.0'

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

0 comments on commit 7516679

Please sign in to comment.