File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigtable'
56
56
If you are using Gradle without BOM, add this to your dependencies:
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-bigtable:2.10.1 '
59
+ implementation 'com.google.cloud:google-cloud-bigtable:2.10.2 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies:
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-bigtable" % " 2.10.1 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigtable" % " 2.10.2 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 122
122
<groupId >com.google.guava</groupId >
123
123
<artifactId >guava</artifactId >
124
124
</dependency >
125
+ <dependency >
126
+ <groupId >com.google.http-client</groupId >
127
+ <artifactId >google-http-client</artifactId >
128
+ <scope >runtime</scope >
129
+ </dependency >
130
+ <dependency >
131
+ <groupId >com.google.http-client</groupId >
132
+ <artifactId >google-http-client-gson</artifactId >
133
+ <scope >runtime</scope >
134
+ </dependency >
125
135
<dependency >
126
136
<groupId >com.google.protobuf</groupId >
127
137
<artifactId >protobuf-java</artifactId >
262
272
<artifactId >opencensus-impl</artifactId >
263
273
<scope >test</scope >
264
274
</dependency >
265
- <dependency >
266
- <groupId >com.google.http-client</groupId >
267
- <artifactId >google-http-client</artifactId >
268
- <scope >test</scope >
269
- </dependency >
270
- <dependency >
271
- <groupId >com.google.http-client</groupId >
272
- <artifactId >google-http-client-gson</artifactId >
273
- <scope >test</scope >
274
- </dependency >
275
275
<dependency >
276
276
<groupId >junit</groupId >
277
277
<artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments