File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020}
2121
2222group ' io.odpf'
23- version ' 0.3.4-beta.1 '
23+ version ' 0.3.4-beta.4 '
2424
2525repositories {
2626 mavenCentral()
@@ -34,7 +34,9 @@ dependencies {
3434 implementation group : ' io.odpf' , name : ' stencil' , version : ' 0.2.1' exclude group : ' org.slf4j'
3535 implementation group : ' org.aeonbits.owner' , name : ' owner' , version : ' 1.0.9'
3636 implementation ' com.google.cloud:google-cloud-bigquery:1.115.0'
37- implementation ' com.google.cloud:google-cloud-bigtable:2.11.2'
37+ implementation (group : ' com.google.cloud' , name :' google-cloud-bigtable' , version :' 2.11.2' ) {
38+ exclude group : " io.grpc"
39+ }
3840 implementation " io.grpc:grpc-all:1.38.0"
3941 implementation group : ' org.slf4j' , name : ' jul-to-slf4j' , version : ' 1.7.35'
4042 implementation group : ' redis.clients' , name : ' jedis' , version : ' 3.0.1'
You can’t perform that action at this time.
0 commit comments