Skip to content

Commit

Permalink
source-scaffold-java-jdbc: adopt CDK 0.20.4 (#35222)
Browse files Browse the repository at this point in the history
  • Loading branch information
postamar committed Feb 14, 2024
1 parent 6367555 commit 6eabaf2
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
plugins {
id 'application'
id 'airbyte-java-connector'
}

airbyteJavaConnector {
cdkVersionRequired = '0.13.2'
cdkVersionRequired = '0.20.4'
features = ['db-sources']
useLocalCdk = false
}
Expand All @@ -17,10 +16,5 @@ dependencies {

//TODO Add jdbc driver import here. Ex: implementation 'com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre14'

testImplementation 'org.apache.commons:commons-lang3:3.11'
testImplementation libs.testcontainers.jdbc

integrationTestJavaImplementation project(':airbyte-integrations:connectors:source-scaffold-java-jdbc')

testFixturesImplementation libs.testcontainers.jdbc
testFixturesApi 'org.testcontainers:jdbc:1.19.4'
}

0 comments on commit 6eabaf2

Please sign in to comment.