Skip to content

Commit

Permalink
add oauth to connector_base dependencies (#6064)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada authored Sep 14, 2021
1 parent 6d39afc commit a31b9a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ if(!System.getenv().containsKey("SUB_BUILD") || System.getenv().get("SUB_BUILD")
include ':airbyte-integrations:bases:debezium'
include ':tools:code-generator'

include ':airbyte-oauth'

// Needed by normalization integration tests
include ':airbyte-integrations:connectors:destination-bigquery'
include ':airbyte-integrations:connectors:destination-jdbc'
Expand Down

0 comments on commit a31b9a9

Please sign in to comment.