Skip to content

Commit

Permalink
Remove deprecated dependencies for connectors in build.gradle (#8430)
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhenii-ldv authored Dec 3, 2021
1 parent c438e01 commit 9a26f8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,3 @@ plugins {
airbytePython {
moduleDirectory 'source_kustomer_singer'
}

dependencies {
implementation files(project(':airbyte-integrations:bases:source-acceptance-test').airbyteDocker.outputs)
implementation files(project(':airbyte-integrations:bases:base-singer').airbyteDocker.outputs)
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ plugins {
airbytePython {
moduleDirectory 'source_zendesk_chat'
}

dependencies {
implementation files(project(':airbyte-integrations:bases:source-acceptance-test').airbyteDocker.outputs)
implementation files(project(':airbyte-integrations:bases:base-python').airbyteDocker.outputs)
}

0 comments on commit 9a26f8a

Please sign in to comment.