Skip to content

Commit

Permalink
add bouncycastle to acceptance-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed Jan 31, 2023
1 parent cec8d02 commit 1d17a10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions airbyte-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ dependencies {
acceptanceTestsImplementation 'org.apache.commons:commons-csv:1.4'
acceptanceTestsImplementation libs.platform.testcontainers.postgresql
acceptanceTestsImplementation libs.postgresql
acceptanceTestsImplementation 'org.bouncycastle:bcprov-jdk15on:1.66'
acceptanceTestsImplementation 'org.bouncycastle:bcpkix-jdk15on:1.66'

automaticMigrationAcceptanceTestImplementation project(':airbyte-api')
automaticMigrationAcceptanceTestImplementation project(':airbyte-commons')
Expand Down
4 changes: 2 additions & 2 deletions airbyte-workers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ dependencies {
testImplementation libs.platform.testcontainers
testImplementation libs.platform.testcontainers.postgresql
testImplementation project(':airbyte-test-utils')
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
testImplementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.66'
testImplementation 'org.bouncycastle:bcpkix-jdk15on:1.66'

integrationTestJavaImplementation project(':airbyte-workers')
integrationTestJavaImplementation libs.bundles.micronaut.test
Expand Down

0 comments on commit 1d17a10

Please sign in to comment.