File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed
java-datastore/google-cloud-datastore Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ env_vars: {
3535env_vars: {
3636 key: " SECRET_MANAGER_KEYS"
3737 value: " java-it-service-account"
38- }env_vars: {
38+ }
39+
40+ env_vars: {
3941 key: " BUILD_SUBDIR"
4042 value: " java-datastore"
4143}
42-
Original file line number Diff line number Diff line change 1717 <properties >
1818 <site .installationModule>google-cloud-datastore</site .installationModule>
1919 </properties >
20- <dependencyManagement >
21- <dependencies >
22- <dependency >
23- <!-- Artifacts from google-cloud-java monorepo -->
24- <groupId >com.google.cloud</groupId >
25- <artifactId >gapic-libraries-bom</artifactId >
26- <version >1.80.0-SNAPSHOT</version ><!-- {x-version-update:gapic-libraries:current} -->
27- <type >pom</type >
28- <scope >import</scope >
29- </dependency >
30- </dependencies >
31- </dependencyManagement >
3220 <dependencies >
3321 <dependency >
3422 <groupId >com.google.api.grpc</groupId >
235223 <dependency >
236224 <groupId >com.google.cloud</groupId >
237225 <artifactId >google-cloud-trace</artifactId >
226+ <version >2.86.0-SNAPSHOT</version ><!-- {x-version-update:google-cloud-trace:current} -->
238227 <scope >test</scope >
239228 </dependency >
240229 <dependency >
241230 <groupId >com.google.api.grpc</groupId >
242231 <artifactId >proto-google-cloud-trace-v1</artifactId >
232+ <version >2.86.0-SNAPSHOT</version ><!-- {x-version-update:proto-google-cloud-trace-v2:current} -->
243233 <scope >test</scope >
244234 </dependency >
245235 </dependencies >
You can’t perform that action at this time.
0 commit comments