Skip to content

Commit

Permalink
remove unused deps (#4512)
Browse files Browse the repository at this point in the history
Co-authored-by: Davin Chia <davinchia@gmail.com>
  • Loading branch information
2 people authored and gl-pix committed Jul 22, 2021
1 parent 0ca57e8 commit 0150c03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions airbyte-integrations/bases/base-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ plugins {
dependencies {
implementation 'commons-cli:commons-cli:1.4'

implementation project(':airbyte-db')
implementation project(':airbyte-config:models')
implementation project(':airbyte-protocol:models')
implementation project(':airbyte-queue')

implementation files(project(':airbyte-integrations:bases:base').airbyteDocker.outputs)
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ plugins {
}

dependencies {
implementation project(':airbyte-config:models')
implementation project(':airbyte-protocol:models')
implementation project(':airbyte-workers')
implementation project(':airbyte-integrations:bases:standard-source-test')

implementation 'net.sourceforge.argparse4j:argparse4j:0.8.1'
Expand Down

0 comments on commit 0150c03

Please sign in to comment.