We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2607b2 commit 190f6bfCopy full SHA for 190f6bf
airbyte-integrations/connectors/source-scaffold-java-jdbc/build.gradle
@@ -1,10 +1,9 @@
1
plugins {
2
- id 'application'
3
id 'airbyte-java-connector'
4
}
5
6
airbyteJavaConnector {
7
- cdkVersionRequired = '0.13.2'
+ cdkVersionRequired = '0.20.4'
8
features = ['db-sources']
9
useLocalCdk = false
10
@@ -17,10 +16,5 @@ dependencies {
17
16
18
//TODO Add jdbc driver import here. Ex: implementation 'com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre14'
19
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
+ testFixturesApi 'org.testcontainers:jdbc:1.19.4'
26
0 commit comments