File tree 4 files changed +20
-4
lines changed
airbyte-integrations/connectors
4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,15 @@ dependencies {
23
23
implementation project(' :airbyte-protocol:models' )
24
24
implementation project(' :airbyte-integrations:connectors:destination-s3' )
25
25
implementation project(' :airbyte-integrations:connectors:destination-gcs' )
26
- implementation group : ' com.github.airbytehq' , name : ' json-avro-converter' , version : ' 1.0.0 '
26
+ implementation group : ' com.github.airbytehq' , name : ' json-avro-converter' , version : ' 1.0.1 '
27
27
28
28
integrationTestJavaImplementation project(' :airbyte-integrations:bases:standard-destination-test' )
29
29
integrationTestJavaImplementation files(project(' :airbyte-integrations:bases:base-normalization' ). airbyteDocker. outputs)
30
30
integrationTestJavaImplementation project(' :airbyte-integrations:connectors:destination-bigquery' )
31
31
32
32
implementation files(project(' :airbyte-integrations:bases:base-java' ). airbyteDocker. outputs)
33
33
}
34
+
35
+ repositories {
36
+ maven { url ' https://jitpack.io' }
37
+ }
Original file line number Diff line number Diff line change @@ -40,12 +40,16 @@ dependencies {
40
40
implementation group : ' org.apache.hadoop' , name : ' hadoop-aws' , version : ' 3.3.0'
41
41
implementation group : ' org.apache.hadoop' , name : ' hadoop-mapreduce-client-core' , version : ' 3.3.0'
42
42
implementation group : ' org.apache.parquet' , name : ' parquet-avro' , version : ' 1.12.0'
43
- implementation group : ' com.github.airbytehq' , name : ' json-avro-converter' , version : ' 1.0.0 '
43
+ implementation group : ' com.github.airbytehq' , name : ' json-avro-converter' , version : ' 1.0.1 '
44
44
45
45
integrationTestJavaImplementation project(' :airbyte-integrations:bases:standard-destination-test' )
46
46
integrationTestJavaImplementation project(' :airbyte-integrations:connectors:destination-databricks' )
47
47
}
48
48
49
+ repositories {
50
+ maven { url ' https://jitpack.io' }
51
+ }
52
+
49
53
task downloadJdbcDriverZip (type : Download ) {
50
54
src ' https://databricks-bi-artifacts.s3.us-east-2.amazonaws.com/simbaspark-drivers/jdbc/2.6.21/SimbaSparkJDBC42-2.6.21.1039.zip'
51
55
dest new File (buildDir, ' SimbaSparkJDBC42-2.6.21.1039.zip' )
Original file line number Diff line number Diff line change @@ -30,11 +30,15 @@ dependencies {
30
30
implementation group : ' org.apache.hadoop' , name : ' hadoop-aws' , version : ' 3.3.0'
31
31
implementation group : ' org.apache.hadoop' , name : ' hadoop-mapreduce-client-core' , version : ' 3.3.0'
32
32
implementation group : ' org.apache.parquet' , name : ' parquet-avro' , version : ' 1.12.0'
33
- implementation group : ' com.github.airbytehq' , name : ' json-avro-converter' , version : ' 1.0.0 '
33
+ implementation group : ' com.github.airbytehq' , name : ' json-avro-converter' , version : ' 1.0.1 '
34
34
35
35
testImplementation ' org.apache.commons:commons-lang3:3.11'
36
36
37
37
integrationTestJavaImplementation project(' :airbyte-integrations:bases:standard-destination-test' )
38
38
integrationTestJavaImplementation project(' :airbyte-integrations:connectors:destination-gcs' )
39
39
integrationTestJavaImplementation project(' :airbyte-workers' )
40
40
}
41
+
42
+ repositories {
43
+ maven { url ' https://jitpack.io' }
44
+ }
Original file line number Diff line number Diff line change @@ -25,11 +25,15 @@ dependencies {
25
25
implementation group : ' org.apache.hadoop' , name : ' hadoop-aws' , version : ' 3.3.0'
26
26
implementation group : ' org.apache.hadoop' , name : ' hadoop-mapreduce-client-core' , version : ' 3.3.0'
27
27
implementation group : ' org.apache.parquet' , name : ' parquet-avro' , version : ' 1.12.0'
28
- implementation group : ' com.github.airbytehq' , name : ' json-avro-converter' , version : ' 1.0.0 '
28
+ implementation group : ' com.github.airbytehq' , name : ' json-avro-converter' , version : ' 1.0.1 '
29
29
30
30
testImplementation ' org.apache.commons:commons-lang3:3.11'
31
31
testImplementation " org.mockito:mockito-inline:4.1.0"
32
32
33
33
integrationTestJavaImplementation project(' :airbyte-integrations:bases:standard-destination-test' )
34
34
integrationTestJavaImplementation project(' :airbyte-integrations:connectors:destination-s3' )
35
35
}
36
+
37
+ repositories {
38
+ maven { url ' https://jitpack.io' }
39
+ }
You can’t perform that action at this time.
0 commit comments