Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 190f6bf

Browse files
Marius Postajatinyadav-cc
Marius Posta
authored andcommittedFeb 21, 2024
source-scaffold-java-jdbc: adopt CDK 0.20.4 (airbytehq#35222)
1 parent d2607b2 commit 190f6bf

File tree

1 file changed

+2
-8
lines changed
  • airbyte-integrations/connectors/source-scaffold-java-jdbc

1 file changed

+2
-8
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
plugins {
2-
id 'application'
32
id 'airbyte-java-connector'
43
}
54

65
airbyteJavaConnector {
7-
cdkVersionRequired = '0.13.2'
6+
cdkVersionRequired = '0.20.4'
87
features = ['db-sources']
98
useLocalCdk = false
109
}
@@ -17,10 +16,5 @@ dependencies {
1716

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

20-
testImplementation 'org.apache.commons:commons-lang3:3.11'
21-
testImplementation libs.testcontainers.jdbc
22-
23-
integrationTestJavaImplementation project(':airbyte-integrations:connectors:source-scaffold-java-jdbc')
24-
25-
testFixturesImplementation libs.testcontainers.jdbc
19+
testFixturesApi 'org.testcontainers:jdbc:1.19.4'
2620
}

0 commit comments

Comments
 (0)
Please sign in to comment.