Skip to content

Commit e7f131a

Browse files
committed
feat: exclude io.grpc from bigtable library and bump the version to 0.3.4-beta.4
1 parent a0319ed commit e7f131a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
group 'io.odpf'
23-
version '0.3.4-beta.1'
23+
version '0.3.4-beta.4'
2424

2525
repositories {
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'

0 commit comments

Comments
 (0)