-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74890da
commit 5c057e0
Showing
130 changed files
with
16,064 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
airbyte-cdk/bulk/toolkits/legacy-source-integration-tests/build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget | ||
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion | ||
|
||
dependencies { | ||
implementation project(':airbyte-cdk:bulk:core:bulk-cdk-core-base') | ||
implementation project(':airbyte-cdk:bulk:core:bulk-cdk-core-extract') | ||
implementation project(':airbyte-cdk:bulk:core:bulk-cdk-core-extract') | ||
|
||
testFixturesApi testFixtures(project(':airbyte-cdk:bulk:core:bulk-cdk-core-base')) | ||
testFixturesApi testFixtures(project(':airbyte-cdk:bulk:core:bulk-cdk-core-extract')) | ||
testFixturesApi project(':airbyte-cdk:bulk:toolkits:bulk-cdk-toolkit-extract-jdbc') | ||
testFixturesApi 'org.testcontainers:testcontainers:1.20.1' | ||
testFixturesApi 'org.testcontainers:jdbc:1.20.1' | ||
testFixturesApi 'org.apache.commons:commons-lang3:3.17.0' | ||
testFixturesApi ('io.airbyte:airbyte-api:0.55.2') { transitive = false } | ||
testFixturesApi 'com.networknt:json-schema-validator:1.5.1' | ||
testFixturesApi 'me.andrz.jackson:jackson-json-reference-core:0.3.2' | ||
testFixturesApi 'commons-io:commons-io:2.17.0' | ||
testFixturesApi 'org.jooq:jooq:3.19.11' | ||
testFixturesApi 'com.zaxxer:HikariCP:5.1.0' | ||
api 'com.google.guava:guava:33.4.0-jre' | ||
testFixturesApi 'commons-cli:commons-cli:1.9.0' | ||
|
||
} | ||
|
||
compileTestFixturesKotlin.compilerOptions.allWarningsAsErrors = false | ||
spotbugsTestFixtures.ignoreFailures = true |
Oops, something went wrong.