Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpgrailsdev committed Sep 21, 2023
1 parent 7692819 commit 266a22e
Show file tree
Hide file tree
Showing 34 changed files with 36 additions and 6 deletions.
1 change: 1 addition & 0 deletions airbyte-commons-protocol/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ dependencies {
testImplementation libs.bundles.micronaut.test

implementation libs.airbyte.protocol
implementation project(':airbyte-commons')
implementation project(':airbyte-json-validation')
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
implementation libs.bundles.datadog

implementation project(':airbyte-api')
implementation project(':airbyte-commons')
implementation project(':airbyte-commons-protocol')
implementation project(':airbyte-config-oss:config-models-oss')
implementation project(':airbyte-json-validation')
Expand Down
1 change: 1 addition & 0 deletions airbyte-db/db-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies {
api libs.postgresql

implementation libs.airbyte.protocol
implementation project(':airbyte-commons')
implementation project(':airbyte-json-validation')
implementation project(':airbyte-config-oss:config-models-oss')
implementation libs.flyway.core
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/bases/base-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {

dependencies {
implementation libs.airbyte.protocol
implementation project(':airbyte-commons')
implementation project(':airbyte-config-oss:config-models-oss')
implementation project(':airbyte-commons-cli')
implementation project(':airbyte-json-validation')
Expand All @@ -24,6 +25,5 @@ dependencies {
implementation libs.bundles.datadog

testImplementation 'commons-lang:commons-lang:2.6'
testImplementation 'org.mockito:mockito-inline:4.6.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-layout-template-json', version: '2.17.2'
}
1 change: 1 addition & 0 deletions airbyte-integrations/bases/debezium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ project.configurations {
}
dependencies {
implementation libs.airbyte.protocol
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')

implementation libs.bundles.debezium.bundle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {
import org.jsoup.Jsoup;

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-api')
implementation project(':airbyte-connector-test-harnesses:acceptance-test-harness')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-config-oss:config-models-oss')
implementation libs.airbyte.protocol
implementation project(':airbyte-integrations:bases:base-java')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies {
implementation 'com.google.cloud:google-cloud-bigquery:1.122.2'
implementation 'org.apache.commons:commons-lang3:3.11'

implementation project(':airbyte-commons')
implementation project(':airbyte-config-oss:config-models-oss')
implementation project(':airbyte-integrations:bases:base-java')
implementation project(':airbyte-integrations:connectors:destination-bigquery')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-integrations:bases:base-java')
implementation libs.airbyte.protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-config-oss:config-models-oss')
implementation libs.airbyte.protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-config-oss:config-models-oss')
implementation libs.airbyte.protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-config-oss:config-models-oss')
implementation libs.airbyte.protocol
implementation project(':airbyte-integrations:bases:base-java')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-config-oss:config-models-oss')
implementation libs.airbyte.protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-config-oss:config-models-oss')
implementation libs.airbyte.protocol
implementation project(':airbyte-integrations:bases:base-java')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-config-oss:config-models-oss')
implementation libs.airbyte.protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-config-oss:config-models-oss')
implementation project(':airbyte-integrations:bases:base-java')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-config-oss:config-models-oss')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-integrations:bases:base-java')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-integrations:bases:base-java')
implementation libs.airbyte.protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {
// required so that log4j uses a standard xml parser instead of an oracle one (that gets pulled in by the oracle driver)
implementation group: 'xerces', name: 'xercesImpl', version: '2.12.1'

implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-integrations:bases:base-java')
implementation libs.airbyte.protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-integrations:bases:base-java')
implementation libs.airbyte.protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-config-oss:config-models-oss')
implementation libs.airbyte.protocol
implementation project(':airbyte-integrations:bases:base-java')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-config-oss:config-models-oss')
implementation libs.airbyte.protocol
implementation project(':airbyte-integrations:bases:base-java')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {


dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-integrations:bases:base-java')
implementation libs.airbyte.protocol
implementation project(':airbyte-integrations:connectors:source-relational-db')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-integrations:bases:base-java')
implementation project(':airbyte-integrations:connectors:source-jdbc')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-integrations:bases:base-java')
implementation libs.airbyte.protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-integrations:connectors:source-db2')
implementation project(':airbyte-integrations:bases:base-java')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation libs.airbyte.protocol

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')

implementation project(':airbyte-integrations:bases:base-java')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {
// required so that log4j uses a standard xml parser instead of an oracle one (that gets pulled in by the oracle driver)
implementation group: 'xerces', name: 'xercesImpl', version: '2.12.1'

implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-integrations:bases:base-java')
implementation project(':airbyte-integrations:connectors:source-oracle')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')

implementation project(':airbyte-integrations:bases:base-java')
Expand Down
5 changes: 4 additions & 1 deletion airbyte-integrations/connectors/source-postgres/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ application {
}

dependencies {
implementation 'io.airbyte:airbyte-cdk:0.0.2'
implementation ('io.airbyte:airbyte-cdk:0.0.2') {
transitive = false
}

implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-integrations:bases:base-java')
implementation project(':airbyte-integrations:bases:debezium')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ application {
}

dependencies {
implementation project(':airbyte-commons')
implementation project(':airbyte-db:db-lib')
implementation project(':airbyte-integrations:bases:base-java')
implementation libs.airbyte.protocol
Expand Down
1 change: 1 addition & 0 deletions airbyte-json-validation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
}

dependencies {
implementation project(':airbyte-commons')
implementation 'com.networknt:json-schema-validator:1.0.72'
// needed so that we can follow $ref when parsing json. jackson does not support this natively.
implementation 'me.andrz.jackson:jackson-json-reference-core:0.3.2'
Expand Down
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,6 @@ subprojects { subproj ->
}

dependencies {
if (subproj.name != 'airbyte-commons') {
implementation project(':airbyte-commons')
}

implementation(platform("com.fasterxml.jackson:jackson-bom:2.13.0"))
implementation(platform("org.glassfish.jersey:jersey-bom:2.31"))

Expand Down

0 comments on commit 266a22e

Please sign in to comment.