File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
airbyte-integrations/connectors/source-scaffold-java-jdbc Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' application'
3
2
id ' airbyte-java-connector'
4
3
}
5
4
6
5
airbyteJavaConnector {
7
- cdkVersionRequired = ' 0.13.2 '
6
+ cdkVersionRequired = ' 0.20.4 '
8
7
features = [' db-sources' ]
9
8
useLocalCdk = false
10
9
}
@@ -17,10 +16,5 @@ dependencies {
17
16
18
17
// TODO Add jdbc driver import here. Ex: implementation 'com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre14'
19
18
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'
26
20
}
You can’t perform that action at this time.
0 commit comments